thoughtbot--shoulda-matchers/spec/support/tests
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
..
database_adapters Add support for Postgres 2015-02-12 16:01:00 -07:00
bundle.rb Fix acceptance tests to actually remove gems 2015-02-05 10:20:11 -07:00
command_runner.rb Make independent matchers really independent 2015-10-01 10:12:17 -06:00
current_bundle.rb Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
database.rb Add support for Postgres 2015-02-12 16:01:00 -07:00
database_configuration.rb Stop testing against columns unsupported by SQLite 2015-02-12 16:05:46 -07:00
database_configuration_registry.rb Add support for Postgres 2015-02-12 16:01:00 -07:00
filesystem.rb Fix acceptance tests to actually remove gems 2015-02-05 10:20:11 -07:00
version.rb Add new RSpec acceptance tests to replace Cucumber 2014-11-05 09:53:33 -07:00