Commit Graph

35 Commits

Author SHA1 Message Date
Jason Draper f502d118fd Bump to version 1.4.1 2012-10-15 11:48:11 -04:00
Jason Draper a228e0e0ef Updated description of AllowMassAssignmentMatcher. 2012-10-08 09:33:16 -04:00
Jason Draper e5914f75c1 Bump version to 1.4.0 2012-10-05 13:25:13 -04:00
Gabe Berke-Williams 04ce17726d Update appraisals to latest Rails versions. 2012-10-01 15:36:04 -04:00
Alex Grant 2c214e4581 Whoops, don't use Bundler 1.0 2012-09-21 15:19:41 -04:00
Alex Grant b658c4ba59 Don't lock Bundler at minor version 2012-09-21 15:01:35 -04:00
Steve Klabnik d56d4fed0b Refactor have_db_index_matcher#correct_unique?
Currently, there is an assumption that `matched_index.unique` will
be `true` and not truthy. This is not always the case. This can
cause tests to fail, even though they should pass. This allows
`matched_index.unique` to be truthy.
2012-09-21 12:12:01 +02:00
Joshua Clayton 481631ce36 Bump version to 1.3.0 2012-08-30 14:19:26 -04:00
Mike Burns e6045629e0 Fill out the have_one.through spec further 2012-07-10 13:56:16 +02:00
Gabe Berke-Williams 0f41cd521c Really prepare for v1.2.0. 2012-06-14 15:43:01 -04:00
Jason Draper 8995f60803 Add #allow_blank and #allow_nil options to #ensure_inclusion_of . 2012-06-06 11:02:43 +03:00
Gabe Berke-Williams 5e136028a8 Appraisal gem versions changed. 2012-05-07 10:14:00 -04:00
Gabe Berke-Williams 7a6da9c82e bump sass 2012-04-24 16:50:12 -05:00
Gabe Berke-Williams aff28245e7 Test against Rails 3.2. 2012-04-20 14:35:57 -04:00
Gabe Berke-Williams 5baa056f35 Bump rspec-rails. 2012-04-20 14:15:56 -04:00
Gabe Berke-Williams 2910dfa999 Check all values when validating against an array.
Clean up tests a bit.
2012-04-20 11:37:18 -04:00
Gabe Berke-Williams 6297c73615 Add therubyrhino for jruby on 3.1.4. 2012-04-13 10:19:34 -04:00
Gabe Berke-Williams 65cb82b2eb Bump Rails versions for appraisal. 2012-04-13 09:59:10 -04:00
Gabe Berke-Williams 6d309d7156 Unignore Gemfile.lock, per Appraisal instructions. 2012-04-10 22:55:29 -04:00
Mike Burns 1effd72147 Merge branch 'no-js-runtime' of https://github.com/whitepages/shoulda-matchers 2011-11-16 13:36:26 -05:00
Gabe Berke-Williams 26fb35aae9 Use Bundler gem conventions.
Use stable version of shoulda-context. Remove rdoc-related code.
2011-11-11 20:13:03 -05:00
Blake Thomson 76600615dd Remove uglifier and coffee-rails from the 3.1 gemfile, and modify spec_helper.rb to respect a BUNDLE_GEMFILE set on the command line. 2011-11-02 08:36:01 -07:00
Vasiliy Ermolovich 16eb4aa78d render_template compatible with assert_template, closes #21 2011-10-15 14:36:30 +03:00
Prem Sichanugrist 3d9439030b Update set_the_flash_matcher to also duplicate the used set to fix a bug in Rubinius
Tests now also passed on Rubinius 2.0
2011-09-19 01:05:07 +07:00
Prem Sichanugrist 6785f596b4 Update Gem configuration for Ruby 1.9.3 and JRuby 2011-09-18 21:39:18 +07:00
Prem Sichanugrist f1f5e6d759 Remove gem lockfiles 2011-09-18 21:38:36 +07:00
Prem Sichanugrist 78b5e5f436 Update testing dependencies 2011-09-12 17:23:22 +07:00
Mike Burns 5190a39bba Add an aruba dependency so the cucumber tests can run. 2011-08-26 09:30:21 -04:00
Mike Burns 6cbe34ce57 appraisal:install changes these files so I'm commiting these changes. Again. 2011-06-28 13:13:51 -04:00
Mike Burns 4b9b46cfc0 appraisal:install changes these files so I'm commiting these changes 2011-06-28 13:06:45 -04:00
Prem Sichanugrist f1c8b80523 Go back and use `bundle install --local`, but specify additional dependencies in `Appraisal` file. 2011-05-30 16:14:06 -04:00
Prem Sichanugrist 372eb16e8f Lock Appraisal to ~> 0.3.4, for real this time 2011-05-30 15:15:33 -04:00
Prem Sichanugrist 11f5ff5df0 Bump Appraisal to 0.3.4 and make sure that generated gemfiles won't store absolute path 2011-05-30 15:04:44 -04:00
Prem Sichanugrist 3c948de243 Fix bug on hardcoded BUNDLE_GEMDIR by mistake 2011-05-27 17:23:24 -04:00
Prem Sichanugrist 44847c6a87 Add Appraisals to the project to handle testing against multiple Rails version
Note that we also bump RSpec to 2.6.1.beta1 because the incompatibility with Rails 3.1.0.rc1
2011-05-25 14:59:01 -04:00