diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-20 14:22:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-20 14:22:50 +0000 |
commit | f86d4940e11f541cbb5244848025dad471457649 (patch) | |
tree | 5dbdab6ae443c792d96c0aae53d06c4590b33ab1 /test/fixtures | |
parent | b35ed2ea2b21d7673f6706dd04166438b42bf046 (diff) | |
download | redmine-f86d4940e11f541cbb5244848025dad471457649.tar.gz redmine-f86d4940e11f541cbb5244848025dad471457649.zip |
Removed that quote in a fixture subject.
git-svn-id: http://svn.redmine.org/redmine/trunk@13775 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/issues.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/issues.yml b/test/fixtures/issues.yml index 8eb8ae1a5..fb2216b9c 100644 --- a/test/fixtures/issues.yml +++ b/test/fixtures/issues.yml @@ -4,7 +4,7 @@ issues_001: project_id: 1 updated_on: <%= 1.day.ago.to_s(:db) %> priority_id: 4 - subject: Can't print recipes + subject: Cannot print recipes id: 1 fixed_version_id: category_id: 1 |