Commit Graph

33 Commits

Author SHA1 Message Date
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
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
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
Jordi Massaguer Pla 37bb7dc59f add license information to gemspec
this way it can be used with rubygems.org API
2013-02-08 18:40:14 +01:00
Jason Draper and George Brocklehurst 7b15429ebe Add a StrongParametersMatcher 2013-01-25 11:07:48 +01:00
Erik Michaels-Ober bbb0f45500 The Bourne Supremacy 2012-12-03 08:28:08 -08:00
Erik Michaels-Ober 2f241a5983 Update appraisal dependency to version ~> 0.4 2012-12-03 08:27:50 -08:00
Erik Michaels-Ober c8cbd36f08 Update cucumber dependency to ~> 1.1 2012-12-03 08:27:10 -08:00
Erik Michaels-Ober 82c0cb72a9 Update rake dependency to >= 0.9.2 2012-12-03 08:26:30 -08:00
Reade Harris 760b7da792 The Bourne Dependency 2012-10-19 09:22:33 -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
Gabe Berke-Williams 5baa056f35 Bump rspec-rails. 2012-04-20 14:15:56 -04:00
Gabe Berke-Williams c65e43a999 Depend on activesupport >= 3.0.0.
Remove some Rails 2.1.x code.
2012-04-10 22:53:07 -04:00
Gabe Berke-Williams 3039cc67b0 Alphabetize. 2012-04-10 00:47:04 -04:00
Gabe Berke-Williams 41bccc8cbf Cleanup. 2012-03-23 19:50:08 -04:00
Gabe Berke-Williams 963a293dc5 Use a version of bundler compatible with Travis CI. 2012-03-20 11:51:40 -04:00
Luca Guidi 195673659b Bumped to latest dependencies 2012-03-20 11:49:01 -04:00
Gabe Berke-Williams bb59b74c91 Add rails to gemspec so that bundle exec works. 2012-03-16 12:14:49 -04:00
Mike Burns d38edbd7a1 Depend on a specific version of bundler locally. 2011-11-16 13:29:00 -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
Prem Sichanugrist 6785f596b4 Update Gem configuration for Ruby 1.9.3 and JRuby 2011-09-18 21:39:18 +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 f1baf025d6 Could only get this to pass when I removed the rails dependency. 2011-06-29 13:45:12 -04:00
Stafford Brunk fdd127cbcd Merge master and implement block functionality for multipart emails 2011-06-29 09:42:42 -04:00
Stafford Brunk 3c787adc51 Add name to authors list and add explicit subject in have_sent_email_spec 2011-06-10 12:30:00 -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 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
Joe Ferris 240342b7a8 Use ruby-debug19 on Ruby >= 1.9 (thanks to github.com/kollektiv) 2011-02-17 13:32:23 -05:00
Joe Ferris e817958427 Freeze version; dup version so Rubygems can call strip! on it 2011-02-17 13:31:41 -05:00
Ryan McGeary 9c9580c55b Moved dependencies from the Gemfile to the gemspec
* The Gemfile now contains just the source and a single `gemspec` declaration
* See http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

* Also had to break out the modules under integrations/rspec into their nested equivalents (load order?)
2011-01-31 16:45:13 -05:00
Joe Ferris 56b0a0439e Move into the Matchers namespace 2010-12-15 17:34:19 -05:00
Renamed from shoulda.gemspec (Browse further)