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

technicalpickles's shoulda Feed   feed

technicalpickles committed to technicalpickles/shoulda about 1 month ago

e92e7be982c7b076180a8ba110952fa5e557f722

Merge branch 'master' of git://github.com/thoughtbot/shoulda into thoughtbot/master

technicalpickles committed to technicalpickles/shoulda about 1 month ago

ec2761eda1ada9012084147746bd6c8cea7f7f80

Updating from thoughtbot/master, resolving conflicts.

technicalpickles committed to technicalpickles/shoulda about 1 month ago

ace355d3e2b08ee560b95651a6fa73b92fedef21

Merge branch 'master' of git://github.com/thoughtbot/shoulda into thoughtbot/master

technicalpickles committed to technicalpickles/shoulda 2 months ago

3fd34c63778068b5d101279641e79cae2e36dbd7

Trying to get gem building, incrementing version.

technicalpickles committed to technicalpickles/shoulda 2 months ago

def98f64c4d79bb8370adb37f2f2560db6fca7d3

Added documentation. Added tests for posts nested under users.

technicalpickles committed to technicalpickles/shoulda 2 months ago

fc00ae91e0d890e684c3327843eb8db6211085a3

Actually works now. Added tests.

technicalpickles committed to technicalpickles/shoulda 2 months ago

963a81e093ccf25694b35b54b7a291543baab011

Forgot last minute changes.

technicalpickles committed to technicalpickles/shoulda 2 months ago

fd98d6209e5c8b3178ca27dd4b0c7375f6a91a76

Moved tasks under lib/shoulda/tasks/. Added shoulda/tasks.rb to automate loading them. Added tasks/shoulda.rake for backwards compatibility.

technicalpickles committed to technicalpickles/shoulda 2 months ago

46615dd8d55edc42eda398e07ba7496715a4ee80

Moved all the rails initializiation type stuff to shoulda/rails. init.rb now includes that.

technicalpickles committed to technicalpickles/shoulda 2 months ago
technicalpickles committed to technicalpickles/shoulda 2 months ago

1f6ee0a03c4fcc68acc31f8afe402b5825997d24

Tweaked init.rb to only load activerecord/actionmailer/controller stuff if the appropriate classes are defined.

technicalpickles committed to technicalpickles/shoulda 2 months ago

67fe475f810b110775b8390832913ec317927d6a

Merge branch 'master' into routing