Implementing the majority of generic #import tests.
This commit is contained in:
parent
ca5f83e1cf
commit
db173ef907
8 changed files with 252 additions and 56 deletions
3
test/models/book.rb
Normal file
3
test/models/book.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Book < ActiveRecord::Base
|
||||
belongs_to :topic
|
||||
end
|
3
test/models/group.rb
Normal file
3
test/models/group.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Group < ActiveRecord::Base
|
||||
self.table_name = 'group'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue