aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/configurable_test.rb
diff options
context:
space:
mode:
authorZoltan Kiss <kissx012@umn.edu>2012-12-24 15:20:05 -0600
committerZoltan Kiss <kissx012@umn.edu>2012-12-24 15:20:05 -0600
commitc651cc9d50a2878278e77237d6beaad751a13072 (patch)
treeffa0460d8bff148a7455fa18773199971497aaf3 /activesupport/test/configurable_test.rb
parent26c024e95999e545fbef85a25165234af77ea605 (diff)
downloadrails-c651cc9d50a2878278e77237d6beaad751a13072.tar.gz
rails-c651cc9d50a2878278e77237d6beaad751a13072.tar.bz2
rails-c651cc9d50a2878278e77237d6beaad751a13072.zip
minor grammar fix
Diffstat (limited to 'activesupport/test/configurable_test.rb')
-rw-r--r--activesupport/test/configurable_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/configurable_test.rb b/activesupport/test/configurable_test.rb
index 215a6e06b0..d00273a028 100644
--- a/activesupport/test/configurable_test.rb
+++ b/activesupport/test/configurable_test.rb
@@ -38,7 +38,7 @@ class ConfigurableActiveSupport < ActiveSupport::TestCase
assert_equal :bar, Parent.config.foo
end
- test "configuration accessors is not available on instance" do
+ test "configuration accessors are not available on instance" do
instance = Parent.new
assert !instance.respond_to?(:bar)