diff options
Diffstat (limited to 'railties/helpers/test_helper.rb')
-rw-r--r-- | railties/helpers/test_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/helpers/test_helper.rb b/railties/helpers/test_helper.rb index 6970dbac37..11ee5d62d2 100644 --- a/railties/helpers/test_helper.rb +++ b/railties/helpers/test_helper.rb @@ -29,8 +29,8 @@ class Test::Unit::TestCase # need to change this line to explicitly name the order you desire. # # Note: You'll currently still have to declare fixtures explicitly in integration tests - # -- they do not yet inherent this setting + # -- they do not yet inherit this setting fixtures :all # Add more helper methods to be used by all tests here... -end
\ No newline at end of file +end |