Skip to content

Instantly share code, notes, and snippets.

@josephwilk
Created April 20, 2010 20:11
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 josephwilk/373000 to your computer and use it in GitHub Desktop.
Save josephwilk/373000 to your computer and use it in GitHub Desktop.
require 'rake'
load File.join(Rails.root, 'Rakefile')
Given /^the "([^\"]*)" rake task has run$/ do |task_identifier|
Rake::Task[task_identifier].invoke
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment