aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/collector_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/abstract/collector_test.rb')
-rw-r--r--actionpack/test/abstract/collector_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/abstract/collector_test.rb b/actionpack/test/abstract/collector_test.rb
index c14d24905b..5709ad0378 100644
--- a/actionpack/test/abstract/collector_test.rb
+++ b/actionpack/test/abstract/collector_test.rb
@@ -42,7 +42,7 @@ module AbstractController
end
end
- test "generated methods call custom with args received" do
+ test "generated methods call custom with arguments received" do
collector = MyCollector.new
collector.html
collector.text(:foo)