Commit Graph

11 Commits

Author SHA1 Message Date
Elliot Winkler 34c2219b8a Fix Cucumber tests to work with Rails 4 2013-08-16 16:17:26 -06:00
Melissa Xie 3ec4c0094f Remove 'assign_to' matcher
* See issue #252
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
Melissa Xie aa971b23e7 Add rspec gem to Cucumber definitions 2013-03-19 16:56:50 -04:00
Mike Burns f185e3d9d0 Mix RSpec with Test::Unit
An edge case occurs when mixing RSpec and Test::Unit tests and also
loading both the 'rspec-rails' gem and 'shoulda-matchers' gem from the
same Gemfile group, namely [:test, :development] . Work around this by
always inserting the shoulda matchers into Test::Unit, regardless of
whether RSpec is loaded.
2012-07-11 12:17:04 +02:00
Prem Sichanugrist 6785f596b4 Update Gem configuration for Ruby 1.9.3 and JRuby 2011-09-18 21:39:18 +07: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 56b0a0439e Move into the Matchers namespace 2010-12-15 17:34:19 -05:00
Joe Ferris ecb01a209d Got cucumber features passing with aruba and extracted context framework 2010-12-15 14:24:05 -05:00
Joe Ferris 2320a8c539 Don't test Rails 2 2010-12-13 16:57:42 -05:00
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