Commit Graph

29 Commits

Author SHA1 Message Date
Joe Ferris cb7eae11b5 Fixed rspec2/rails3 integration; added integration tests for macros/matchers/rspec in rails 2 and 3 using cucumber 2010-06-23 14:46:28 -04:00
Joshua Clayton 2e0a2e0b79 Remove documentation sync rake task 2010-06-22 16:53:13 -04:00
Joshua Clayton 0d1827a285 Update dependency to beta4 2010-06-22 14:55:59 -04:00
Joe Ferris 2b7803051d Use a dynamic gemspec instead of generating one from the Rakefile; updated authors and other gem info; bumped to version 2.11 2010-06-11 14:54:06 -04:00
Joe Ferris b1b6ac40c3 Fixed errors and warnings related to Rails 3 2010-06-08 17:26:58 -04:00
Ryan McGeary 2b8d59f580 --inline-source is no longer an option in rdoc v2.4 2009-02-28 17:54:02 -05:00
Joe Ferris 3c6fb6e0b3 Fixed failing matcher tests 2009-01-27 18:01:30 -05:00
Ryan McGeary 18229ed735 Moved VERSION constant into a more discoverable file 2009-01-09 00:43:32 -05:00
Mathieu Martin 5c1329f6b9 Removed all ThoughtBot (and Thoughtbot) namespaces 2009-01-05 11:50:57 -05:00
Ryan McGeary f2d61e269f Removed unnecessary activesupport gem dependency 2008-12-10 16:03:25 -05:00
Ryan McGeary 44a8206311 Version bump to 2.0.4 to maintain consistency with VERSION constant 2008-10-07 11:03:35 -04:00
Ryan McGeary 27cd4d2bbf Updated Rakefile to avoid future regression of shoulda/tasks problems [#75] 2008-09-15 09:49:31 -04:00
Ryan McGeary 864a35fe81 Added gem related rake tasks [#55]
* Rolling a manual gemspec for now
 * Upped VERSION to 1.99.0 pending a published gem
2008-09-14 11:12:39 -04:00
Josh Nichols 2629a9a64b Moved tasks/* to shoulda/tasks/*
* Will better support shoulda when used as a gem
 * Added shoulda/tasks.rb to automate loading the tasks
 * Added tasks/shoulda.rake for backwards compatibility
 * Modified Rakefile to support new task location
2008-09-14 08:50:38 -04:00
Ryan McGeary e1a54268b0 Added 'rake coverage' for an rcov report 2008-07-11 21:58:23 -04:00
Tammer Saleh b415bff884 Revert bunch of bad commits:
2442d1f608
35213b5a1b
804f859435
fc938bb185

Getting the following error when running tests in a real project:

  ...activesupport/lib/active_support/dependencies.rb:276:in `load_missing_constant': uninitialized constant Shoulda::ActiveRecord::Base (NameError)

Think this is because of the namespace changes, but not sure.  Will investigate later.
2008-06-23 12:36:31 -04:00
Tammer Saleh 804f859435 Rearranged a bunch of code 2008-06-22 12:03:46 -04:00
Tammer Saleh 5e4222694b fixed order of doc files 2008-06-17 13:07:10 -04:00
Tammer Saleh dbcbacef31 Added contribution guidelines 2008-06-17 13:03:25 -04:00
tsaleh 4b39f0076a - moved rake tasks to shoulda namespace
- added shoulda:from_yaml task from David.Lowenfels@gmail.com



git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@237 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-11-08 21:45:27 +00:00
tsaleh 8c9c760a26 fixing db
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@191 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-08-24 19:30:31 +00:00
tsaleh e9eba10105 documentation and fixes to :through test
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@163 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-08-07 14:44:59 +00:00
tsaleh 037e9c817e Added task to sync docs to dev.thoughtbot.com
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@148 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-07-24 20:45:07 +00:00
tsaleh 9b6dac2b98 more refactorings
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@139 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-07-22 03:54:36 +00:00
tsaleh 6108062ffa Moved old tests back into place
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@137 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-07-20 19:06:28 +00:00
tsaleh 3a8b77d1a1 - completely refactored the test system to use a fake rails_root
- added XML tests
- renamed should_be_a_resource to should_be_restful



git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@132 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-07-14 18:35:51 +00:00
tsaleh 7910643c6f doc changes and renamed a file
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@82 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-04-06 14:28:27 +00:00
tsaleh 1ecd02914b - documentation
- moved should to context



git-svn-id: https://svn.thoughtbot.com/plugins/tb_test_helpers/trunk@75 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-04-05 19:15:56 +00:00
tsaleh 0607826fa7 Added rake test task
git-svn-id: https://svn.thoughtbot.com/plugins/tb_test_helpers/trunk@40 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-03-14 18:20:37 +00:00