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

4 Коммитов

Автор SHA1 Сообщение Дата
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ć 3a852e9f7a add Gemfile.lock to version control
So that everyone doing development is using the same versions of
dependencies. Fixes #323
2013-05-10 14:05:16 +02:00