aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures_test.rb')
-rwxr-xr-xactiverecord/test/fixtures_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/fixtures_test.rb b/activerecord/test/fixtures_test.rb
index 813291aa18..19664d2d34 100755
--- a/activerecord/test/fixtures_test.rb
+++ b/activerecord/test/fixtures_test.rb
@@ -136,7 +136,7 @@ class FixturesTest < Test::Unit::TestCase
end
def test_erb_in_fixtures
- assert_equal 10, @developers.size
+ assert_equal 11, @developers.size
assert_equal "fixture_5", @dev_5.name
end