public
Rubygem
Fork of thoughtbot/shoulda
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/technicalpickles/shoulda.git
shoulda / test / unit / flea_test.rb
100644 8 lines (5 sloc) 0.154 kb
1
2
3
4
5
6
7
8
require File.dirname(__FILE__) + '/../test_helper'
 
class FleaTest < Test::Unit::TestCase
  load_all_fixtures
  should_have_and_belong_to_many :dogs
end