Extend Guard::RSpec to use Hydra to run all specs
Go to file
2011-08-04 14:17:09 -04:00
lib ensure correct environment 2011-08-04 14:17:09 -04:00
.gitignore initial commit 2011-08-03 18:49:53 -04:00
Gemfile initial commit 2011-08-03 18:49:53 -04:00
guard-hydra.gemspec whoa it really works 2011-08-04 13:35:32 -04:00
Rakefile initial commit 2011-08-03 18:49:53 -04:00
README.md whoa it really works 2011-08-04 13:35:32 -04:00

Use Guard with Hydra and get super-parallel test execution! Awesome!

Options:

  • :runner_log: The location of the runner log where output is printed
  • :clear_runner_log: Remove the runner log before each run
  • :show_runner_log: Show the runner log after each run
  • :hydra_config: The location of your Hydra config file
  • :test_matchers: What glob would match the kind of tests you want to run
  • :all_on_start: Run all tests when starting Guard