Extend Guard::RSpec to use Hydra to run all specs
Go to file
2013-02-27 22:01:58 -05:00
lib added cucumber support 2011-10-05 15:39:26 -04:00
.gitignore initial commit 2011-08-03 18:49:53 -04:00
Gemfile Uses secure RubyGems URL 2013-02-27 22:01:58 -05:00
guard-hydra.gemspec update stuff 2011-08-24 11:36:38 -04:00
Rakefile initial commit 2011-08-03 18:49:53 -04:00
README.md update Guardfile template 2011-08-24 10:16:00 -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