aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/test/file_update_checker_shared_tests.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/file_update_checker_shared_tests.rb b/activesupport/test/file_update_checker_shared_tests.rb
index d038b4debd..361e7e2349 100644
--- a/activesupport/test/file_update_checker_shared_tests.rb
+++ b/activesupport/test/file_update_checker_shared_tests.rb
@@ -276,7 +276,7 @@ module FileUpdateCheckerSharedTests
test "initialize raises an ArgumentError if no block given" do
assert_raise ArgumentError do
- checker = new_checker([])
+ new_checker([])
end
end
end