Initial import
This commit is contained in:
6
vendor/plugins/shoulda/test/unit/dog_test.rb
vendored
Normal file
6
vendor/plugins/shoulda/test/unit/dog_test.rb
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class DogTest < Test::Unit::TestCase
|
||||
load_all_fixtures
|
||||
should_belong_to :user
|
||||
end
|
||||
Reference in New Issue
Block a user