This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/vendor/plugins/shoulda/test/unit/dog_test.rb
2008-03-02 16:04:34 -03:00

7 lines
138 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class DogTest < Test::Unit::TestCase
load_all_fixtures
should_belong_to :user
end