aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/resolver_patterns_test.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-09-05 10:43:57 +0530
committerVipul A M <vipulnsward@gmail.com>2013-09-05 10:43:57 +0530
commitbb69f1df8ba5fff3ed95d503e262b3f14ba64429 (patch)
treeb26cf9ac1b3846488c9aa09440042f02423c1995 /actionview/test/template/resolver_patterns_test.rb
parent78befcfc287eae6dbfbd6287329b1cbcd9d77e3c (diff)
downloadrails-bb69f1df8ba5fff3ed95d503e262b3f14ba64429.tar.gz
rails-bb69f1df8ba5fff3ed95d503e262b3f14ba64429.tar.bz2
rails-bb69f1df8ba5fff3ed95d503e262b3f14ba64429.zip
Fix method name typos
Diffstat (limited to 'actionview/test/template/resolver_patterns_test.rb')
-rw-r--r--actionview/test/template/resolver_patterns_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/template/resolver_patterns_test.rb b/actionview/test/template/resolver_patterns_test.rb
index 97b1bad055..575eb9bd28 100644
--- a/actionview/test/template/resolver_patterns_test.rb
+++ b/actionview/test/template/resolver_patterns_test.rb
@@ -20,7 +20,7 @@ class ResolverPatternsTest < ActiveSupport::TestCase
assert_equal [:html], templates.first.formats
end
- def test_should_return_all_templates_when_ambigous_pattern
+ def test_should_return_all_templates_when_ambiguous_pattern
templates = @resolver.find_all("another", "custom_pattern", false, {:locale => [], :formats => [:html], :handlers => [:erb]})
assert_equal 2, templates.size, "expected two templates"
assert_equal "Another template!", templates[0].source