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

thoughtbot's shoulda Feed   feed

derekharmel forked thoughtbot/shoulda about 1 hour ago
Forked repository is at derekharmel/shoulda
wdperson started watching shoulda about 14 hours ago
shoulda is at thoughtbot/shoulda
matthewtodd started watching shoulda about 17 hours ago
shoulda is at thoughtbot/shoulda
boblmartens started watching shoulda 1 day ago
shoulda is at thoughtbot/shoulda
thumblemonks forked thoughtbot/shoulda 2 days ago
Forked repository is at thumblemonks/shoulda
m3talsmith started watching shoulda 3 days ago
shoulda is at thoughtbot/shoulda
EvanBurchard started watching shoulda 3 days ago
shoulda is at thoughtbot/shoulda
methodmissing started watching shoulda 3 days ago
shoulda is at thoughtbot/shoulda
martinciu started watching shoulda 3 days ago
shoulda is at thoughtbot/shoulda
guitsaru forked thoughtbot/shoulda 3 days ago
Forked repository is at guitsaru/shoulda
decode started watching shoulda 4 days ago
shoulda is at thoughtbot/shoulda
yarp started watching shoulda 4 days ago
shoulda is at thoughtbot/shoulda
danishkirel started watching shoulda 4 days ago
shoulda is at thoughtbot/shoulda
jdunphy forked thoughtbot/shoulda 5 days ago
Forked repository is at jdunphy/shoulda
coding4food started watching shoulda 5 days ago
shoulda is at thoughtbot/shoulda
tomz started watching shoulda 6 days ago
shoulda is at thoughtbot/shoulda
mjw started watching shoulda 6 days ago
shoulda is at thoughtbot/shoulda
mlins forked thoughtbot/shoulda 7 days ago
Forked repository is at mlins/shoulda
jaknowlden forked thoughtbot/shoulda 7 days ago
Forked repository has since been deleted.
Odaeus started watching shoulda 8 days ago
shoulda is at thoughtbot/shoulda
andersondias started watching shoulda 8 days ago
shoulda is at thoughtbot/shoulda
edgarjs started watching shoulda 9 days ago
shoulda is at thoughtbot/shoulda
jferris committed to thoughtbot/shoulda 9 days ago

a96ce28260cf4e9602453abbab973eb041d4e782

Changed matchers and added a lib/shoulda/matchers include so that matchers can be used outside shoulda

dancroak commented on thoughtbot/shoulda 9 days ago
Comment in 32bf407:

Can we do a check to make sure the id column is not present on the join table? Rails chokes hard when it exists and it can be hard to debug the problem, but it’s easy to forget the :id => false option in the migration.

jferris committed to thoughtbot/shoulda 9 days ago

32bf4074e0c288717181dcb73d89eac615036dc1

Converted should_have_and_belongs_to_many to use a matcher

anthonygarcia started watching shoulda 9 days ago
shoulda is at thoughtbot/shoulda
jferris committed to thoughtbot/shoulda 9 days ago

1779d8b6094c11ae8959d1876438169950f9638b

Converted should_has_one to use AssociationMatcher

jferris committed to thoughtbot/shoulda 9 days ago

320d3fde736ce9f40c11c35c96a55f03701f3038

Added a description to AssociationMatcher and changed the has_many/belong_to macros to use it

jferris committed to thoughtbot/shoulda 9 days ago

26d4a25b5e1951c9445b36c91a9d521f965dc0ac

Converted should_have_many to use a matcher

jferris committed to thoughtbot/shoulda 9 days ago

6c84a3d7ffde9b1189296ead11ce89fa041cddb4

Converted should_belong_to to use a matcher