thoughtbot--shoulda-matchers/gemfiles
Elliot Winkler 3ee734bb7e Speed up running unit tests with Zeus
This is an effort to vastly decrease the time it takes to run a single
unit test file and therefore increase productivity and happiness for
people working on this project.

If you want to run a unit test file, now you can use `zeus rspec`
instead of `rspec` -- assuming you run `zeus start` first -- and it will
run a LOT faster.

Because test files tend to have long file paths, you can even use a
shorter version of those paths. So instead of saying:

    zeus rspec spec/unit/shoulda/matchers/active_record/validate_uniqueness_of_matcher_spec.rb

you can say:

    zeus rspec active_record/validate_uniqueness_of_matcher_spec.rb
2015-12-13 20:22:21 -07:00
..
4.0.0.gemfile Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
4.0.0.gemfile.lock Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
4.0.1.gemfile Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
4.0.1.gemfile.lock Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
4.1.gemfile Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
4.1.gemfile.lock Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
4.2.gemfile Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
4.2.gemfile.lock Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00