aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/fixtures_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/cases/fixtures_test.rb')
-rwxr-xr-xactiverecord/test/cases/fixtures_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/fixtures_test.rb b/activerecord/test/cases/fixtures_test.rb
index 9e0d69310e..bedb26f28d 100755
--- a/activerecord/test/cases/fixtures_test.rb
+++ b/activerecord/test/cases/fixtures_test.rb
@@ -565,7 +565,6 @@ class FoxyFixturesTest < ActiveRecord::TestCase
assert(parrots(:louis).treasures.include?(treasures(:sapphire)))
end
- # FIXME: first assertion fails on Ruby 1.9
def test_strips_DEFAULTS_key
assert_raise(StandardError) { parrots(:DEFAULTS) }