1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
Commit graph

16 commits

Author SHA1 Message Date
Prem Sichanugrist
4a97d9dd9f [Travis] Update build configuration 2011-09-18 21:37:55 +07:00
Prem Sichanugrist
94aacd8fd0 Do not append the path to Gemfile if path is already appended 2011-09-12 17:25:52 +07: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
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
6d51e15151 Extend timeout to 30 seconds.
Oh boy, Ruby 1.9 is slow.
2011-05-29 23:36:20 -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
Ryan McGeary
4cce6ba131 Upped the aruba_timeout from 1 to 15 seconds
* Helps avoid intermittent timeouts while running the cucumber suite
2011-01-31 16:45:04 -05: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
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