public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
shoulda / test / rails_root / app / models / flea.rb
100644 4 lines (3 sloc) 0.068 kb
1
2
3
4
class Flea < ActiveRecord::Base
  has_and_belongs_to_many :dogs
end