Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić 0e57bebc1c Remove test stuff from the gemspec
We can stop pretending that you could run the test suite if you just
obtained the gem. You'd need the Gemfile for that, and the whole
Cucumber suite as well.
2013-12-26 01:02:45 +01:00
Mislav Marohnić e4667e1f41 Add rake and Webmock to Gemfile
Not sure how CI ever worked without them, but now it started failing:
https://travis-ci.org/github/hub/builds/15945780
2013-12-25 19:49:07 +01:00
Mislav Marohnić d89e0ac443 Add ruby-prof to gem bundle 2013-12-24 21:28:16 +01:00
Mislav Marohnić ea8a8fc070 Update Cucumber for better Minitest compatibility
Otherwise it hits deprecation warnings because it accesses the
Minitest::Unit module.
2013-11-14 15:36:58 +01:00
Mislav Marohnić 7fcf6d64b0 Switch to minitest for consistent output between Ruby versions
In Ruby 2.0, `test/unit` activates a fancy output style for terminals
that doesn't look well in Travis logs. I could disable it with the
`--jobs-status=normal` test optiont, but that option isn't supported in
Ruby 1.8.7.

Instead of dealing with inconsistencies between test support in
different Ruby versions, I'm simply switching to a fixed version of
Minitest.
2013-11-14 14:54:40 +01:00
Mislav Marohnić e4add4c856 put all our chips to WEBrick
Hopefully solves random test failures:
https://travis-ci.org/github/hub/jobs/9030244
2013-07-13 05:15:26 +02:00
Mislav Marohnić 90f163cb8d update Aruba with fix for "too many open files" on 1.8.7
https://github.com/cucumber/aruba/pull/150
2013-07-09 23:57:51 +02:00
Mislav Marohnić be7e9b5b48 get cukes passing on JRuby 2012-11-22 19:16:17 +01:00
Mislav Marohnić efff54b16c smart JSON handling in local Sinatra app 2012-05-08 12:30:00 +02:00
Mislav Marohnić d1e03eb475 rewrite `hub fork` tests as cukes running against a live server 2012-05-06 19:33:56 +02:00
Mislav Marohnić 8dd8afaf2d bootstrap Cucumber test suite with Aruba 2012-05-04 20:13:54 +02:00
Mislav Marohnić ebee2c2028 add "ronn" to development bundle 2012-03-20 19:46:06 +01:00
Erik Michaels-Ober 86ac619825 Add Gemfile
* Add development dependencies to gemspec
* Add Gemfile.lock to .gitignore
2012-03-20 19:46:06 +01:00