diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-10 14:56:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-10-10 14:56:29 +0000 |
commit | ac8a67191f4a104ebc4c10847a3c29a549a501c0 (patch) | |
tree | 89576ed668b1e16056fd40cab43b983c590a0f1d /test/integration/issues_test.rb | |
parent | 94d34887cca99261bc8989688ab2c1f60fc35b3b (diff) | |
download | redmine-ac8a67191f4a104ebc4c10847a3c29a549a501c0.tar.gz redmine-ac8a67191f4a104ebc4c10847a3c29a549a501c0.zip |
Renames uploaded_test_file helper.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2909 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/issues_test.rb')
-rw-r--r-- | test/integration/issues_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 9a73252b4..0a35e139e 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -71,7 +71,7 @@ class IssuesTest < ActionController::IntegrationTest post 'issues/1/edit', :notes => 'Some notes', - :attachments => {'1' => {'file' => test_uploaded_file('testfile.txt', 'text/plain'), 'description' => 'This is an attachment'}} + :attachments => {'1' => {'file' => uploaded_test_file('testfile.txt', 'text/plain'), 'description' => 'This is an attachment'}} assert_redirected_to "issues/1" # make sure attachment was saved |