From 02021d89b1928e9869b0038afc08cb6b3e719014 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Fri, 11 Aug 2006 23:38:46 +0000 Subject: Tweak fixtures so they don't try to use a non-ActiveRecord class. [Kevin Clark] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4752 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures_test.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'activerecord/test/fixtures_test.rb') diff --git a/activerecord/test/fixtures_test.rb b/activerecord/test/fixtures_test.rb index 88f01c8a05..e33d12e703 100755 --- a/activerecord/test/fixtures_test.rb +++ b/activerecord/test/fixtures_test.rb @@ -343,3 +343,13 @@ class InvalidTableNameFixturesTest < Test::Unit::TestCase end end end + +class DevelopersProject; end; + +class ManyToManyFixturesWithClassDefined < Test::Unit::TestCase + fixtures :developers_projects + + def test_this_should_run_cleanly + assert true + end +end \ No newline at end of file -- cgit v1.2.3