diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-30 19:38:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-30 19:38:17 +0000 |
commit | cb3072aceede1d3e510cc207c091fe0737e2fda9 (patch) | |
tree | d8f3ebebc5342b6e28daa84b3fa86f28688c4f82 /test/integration | |
parent | 9bc5946ee7d32ec3c84688b7b1e824d8f1a7fccf (diff) | |
download | redmine-cb3072aceede1d3e510cc207c091fe0737e2fda9.tar.gz redmine-cb3072aceede1d3e510cc207c091fe0737e2fda9.zip |
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@14770 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/issues_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 06d44824b..050f72fff 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -31,7 +31,8 @@ class IssuesTest < Redmine::IntegrationTest :enumerations, :custom_fields, :custom_values, - :custom_fields_trackers + :custom_fields_trackers, + :attachments # create an issue def test_add_issue |