Skip to content

Instantly share code, notes, and snippets.

@ngauthier
Created April 5, 2010 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngauthier/355902 to your computer and use it in GitHub Desktop.
Save ngauthier/355902 to your computer and use it in GitHub Desktop.
# Add to the bottom of the rake file:
require 'hydra'
require 'hydra/tasks'
Hydra::TestTask.new('hydra:spec') do |t|
t.add_files 'spec/**/*_spec.rb'
end
Hydra::TestTask.new('hydra:features') do |t|
t.add_files 'features/**/*.feature'
end
# Then run "rake hydra:features hydra:spec"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment