aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/filters_test.rb
diff options
context:
space:
mode:
authorBenjamin Fleischer <github@benjaminfleischer.com>2017-02-05 19:00:18 -0600
committerBenjamin Fleischer <github@benjaminfleischer.com>2017-02-05 19:00:18 -0600
commitc8b5d828e7abbbbcf1f0854896453e8b29ab5d42 (patch)
treea182ea45e2deb6e23da9b5ed3d88bd1cb197abec /actionpack/test/controller/filters_test.rb
parentb9ae7481fd5653fc6430148f06e0fca27317829e (diff)
downloadrails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.gz
rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.bz2
rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.zip
Correct spelling
``` go get -u github.com/client9/misspell/cmd/misspell misspell -w -error -source=text . ```
Diffstat (limited to 'actionpack/test/controller/filters_test.rb')
-rw-r--r--actionpack/test/controller/filters_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/filters_test.rb b/actionpack/test/controller/filters_test.rb
index 90b3f7ea88..5f1463cfa8 100644
--- a/actionpack/test/controller/filters_test.rb
+++ b/actionpack/test/controller/filters_test.rb
@@ -584,7 +584,7 @@ class FilterTest < ActionController::TestCase
assert @controller.instance_variable_get(:@was_audited)
end
- def test_running_anomolous_yet_valid_condition_actions
+ def test_running_anomalous_yet_valid_condition_actions
test_process(AnomolousYetValidConditionController)
assert_equal %w( ensure_login ), @controller.instance_variable_get(:@ran_filter)
assert @controller.instance_variable_get(:@ran_class_action)