Commit Graph

11 Commits

Author SHA1 Message Date
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 b45b553759 Do not use `bundle install --local` since Rails 3.1.0.rc1 has so many external dependency 2011-05-30 16:05:01 -04:00
Prem Sichanugrist 92db63c0a3 Make sure cucumber step is compatible with Ruby 1.8.7
Hash#select in Ruby 1.8.7 returns the array instead of Hash. Wrap them in Hash.[] will returns the hash we're looking for.
2011-05-30 15:54:05 -04:00
Prem Sichanugrist 3c948de243 Fix bug on hardcoded BUNDLE_GEMDIR by mistake 2011-05-27 17:23:24 -04:00
Prem Sichanugrist 7954c7d829 Add another step to comment out TURN in the Gemfile
Rails 3.1 comes with TURN, which prettified the output. We don't want that, as it doesn't work well with Aruba.
2011-05-25 15:35:36 -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 ecb01a209d Got cucumber features passing with aruba and extracted context framework 2010-12-15 14:24:05 -05:00
Joe Ferris 4ee78bfe99 Fixes for Rails 3.0.3 and RSpec 2.3 2010-12-14 18:35:12 -05:00
Joe Ferris 6aca71765a Extracted the context framework, switched to rspec 2010-12-14 17:02:03 -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