Commit Graph

32 Commits

Author SHA1 Message Date
Melissa Xie 8d93d9d498 Bump version to 2.0.0 2013-04-05 10:43:00 -04:00
Melissa Xie 7e7fb14677 Remove 'strong_parameters' matcher
* See issue #252
* Also changes bourne dependency into a development dependency
2013-04-03 13:08:27 -04:00
Melissa Xie f80480943e Bump version to 1.5.6 2013-03-29 16:45:43 -04:00
Melissa Xie f96c8c7606 Bump version to 1.5.5 2013-03-28 15:56:05 -04:00
Melissa Xie 4b91ea3c16 Bump version to 1.5.4 2013-03-21 15:50:13 -04:00
Melissa Xie fb025c0b63 Bump version to 1.5.3 2013-03-21 15:26:16 -04:00
Ben Atkins b3232e0966 Require 'rspec/core' instead of 'rspec' in RSpec integration file
* See discussions in #248 and #259
2013-03-21 13:57:02 -04:00
Jason Draper 22ecb04bf9 Bump to version 1.5.2 2013-03-19 19:35:55 -04:00
Jason Draper 706804ceb4 Bump version to 1.5.1 2013-03-19 09:37:56 -04:00
Dan Croak b79360441d Loosen Bourne dependency to ~> 1.3
> Use a pessimistic version in the Gemfile for gems that follow semantic
> versioning, such as rspec, factory_girl, and capybara.

https://github.com/thoughtbot/guides/tree/master/best-practices

* Upgrade dependencies so specs run on new Bourne.
* Use semantic versions in step_definitions gems.
* Rely on ActiveSupport::Dependencies.clear for reloading constants.
  http://rkh.im/code-reloading
2013-03-18 23:31:11 -07:00
Jason Draper a756c46c84 Bump to version 1.5.0 2013-03-15 17:18:00 -04:00
Melissa Xie db4e2eb571 Remove unneeded test that should not have passed. 2013-03-15 14:41:01 -04:00
Brian Shaver 4f8684c6db Rename failure_message and negative_failure_message
* fixes #108 : RSpec 2.10 compatibility
* remove unnecessary attr_readr
2013-03-08 14:49:12 -05:00
Jason Draper and George Brocklehurst 7b15429ebe Add a StrongParametersMatcher 2013-01-25 11:07:48 +01:00
Gabe Berke-Williams af8f9a7bff Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00
Erik Michaels-Ober dfcf777f47 Update 3.2.gemfile.lock 2012-12-03 08:32:44 -08:00
Jason Draper 564575dc2e Bump to version 1.4.2 2012-11-30 10:31:52 -05:00
Jason Draper 9e1188eea6 Fix an issue with formatting between 1.9.3 & 1.8.7 2012-10-19 11:19:44 -04:00
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