mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix some mistaken dependencies among AR unit tests. Closes #11425 [thechrisoshow]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9118 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
4e69ed0656
commit
6b5fe9c644
2 changed files with 3 additions and 3 deletions
|
@ -355,7 +355,7 @@ class ForeignKeyFixturesTest < ActiveRecord::TestCase
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class SetTableNameFixturesTest < ActiveRecord::TestCase
|
class CheckSetTableNameFixturesTest < ActiveRecord::TestCase
|
||||||
set_fixture_class :funny_jokes => 'Joke'
|
set_fixture_class :funny_jokes => 'Joke'
|
||||||
fixtures :funny_jokes
|
fixtures :funny_jokes
|
||||||
# Set to false to blow away fixtures cache and ensure our fixtures are loaded
|
# Set to false to blow away fixtures cache and ensure our fixtures are loaded
|
||||||
|
|
Loading…
Reference in a new issue