Skip to content

Instantly share code, notes, and snippets.

@tatey
Created October 16, 2013 00:52
Show Gist options
  • Save tatey/7001010 to your computer and use it in GitHub Desktop.
Save tatey/7001010 to your computer and use it in GitHub Desktop.
if default = Rake.application.instance_variable_get('@tasks')['default']
default.prerequisites.clear
end
task default: ['spec', 'konacha:run']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment