diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2011-06-11 03:06:28 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2011-06-11 03:11:06 -0400 |
commit | f3c9f32664595b955f60a68f194f2f2939475b67 (patch) | |
tree | 6205be0741721be6d312eccf8a88f8d7a3695ece /actionpack/test/controller | |
parent | 6688b6393a0e98669a6152d701224e016f8f8e93 (diff) | |
download | rails-f3c9f32664595b955f60a68f194f2f2939475b67.tar.gz rails-f3c9f32664595b955f60a68f194f2f2939475b67.tar.bz2 rails-f3c9f32664595b955f60a68f194f2f2939475b67.zip |
remove meaningless assert true
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/test_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/controller/test_test.rb b/actionpack/test/controller/test_test.rb index f48b73b63a..6265e78030 100644 --- a/actionpack/test/controller/test_test.rb +++ b/actionpack/test/controller/test_test.rb @@ -612,7 +612,6 @@ XML send(method, :test_remote_addr) assert false, "expected RuntimeError, got nothing" rescue RuntimeError => error - assert true assert_match(%r{@#{variable} is nil}, error.message) rescue => error assert false, "expected RuntimeError, got #{error.class}" |