aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-25 01:28:40 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-25 01:28:40 +0000
commit162a4c5309d8fc1bc17c1ea5685704f07d80a783 (patch)
tree876f112c0778ed6be088210e71204cb53f0c8965 /activerecord/test/associations_test.rb
parent06f325f478fa1f9b8198a1e8ee56362b78a39121 (diff)
downloadrails-162a4c5309d8fc1bc17c1ea5685704f07d80a783.tar.gz
rails-162a4c5309d8fc1bc17c1ea5685704f07d80a783.tar.bz2
rails-162a4c5309d8fc1bc17c1ea5685704f07d80a783.zip
Include some missing fixtures. Closes #7981.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6832 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/associations_test.rb')
-rwxr-xr-xactiverecord/test/associations_test.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activerecord/test/associations_test.rb b/activerecord/test/associations_test.rb
index 0dad144199..fe2a720c32 100755
--- a/activerecord/test/associations_test.rb
+++ b/activerecord/test/associations_test.rb
@@ -14,7 +14,6 @@ require 'fixtures/author'
require 'fixtures/tag'
require 'fixtures/tagging'
-
class AssociationsTest < Test::Unit::TestCase
fixtures :accounts, :companies, :developers, :projects, :developers_projects,
:computers
@@ -1034,7 +1033,7 @@ end
class BelongsToAssociationsTest < Test::Unit::TestCase
fixtures :accounts, :companies, :developers, :projects, :topics,
- :developers_projects, :computers, :authors, :posts
+ :developers_projects, :computers, :authors, :posts, :tags, :taggings
def test_belongs_to
Client.find(3).firm.name