aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2011-06-11 03:06:28 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2011-06-11 03:11:06 -0400
commitf3c9f32664595b955f60a68f194f2f2939475b67 (patch)
tree6205be0741721be6d312eccf8a88f8d7a3695ece /actionpack/test/controller/test_test.rb
parent6688b6393a0e98669a6152d701224e016f8f8e93 (diff)
downloadrails-f3c9f32664595b955f60a68f194f2f2939475b67.tar.gz
rails-f3c9f32664595b955f60a68f194f2f2939475b67.tar.bz2
rails-f3c9f32664595b955f60a68f194f2f2939475b67.zip
remove meaningless assert true
Diffstat (limited to 'actionpack/test/controller/test_test.rb')
-rw-r--r--actionpack/test/controller/test_test.rb1
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}"