Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created March 26, 2012 22:33
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 fletcherm/2210276 to your computer and use it in GitHub Desktop.
Save fletcherm/2210276 to your computer and use it in GitHub Desktop.
desc 'Continuous integration task'
task ci: %w[ ci:prepare file_store:clear db:migrate ] do
exec({ 'RAILS_ENV' => nil }, 'rake', 'spec', 'spec:javascripts')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment