Skip to content

Instantly share code, notes, and snippets.

@danmcclain
Created November 19, 2011 21:25
Show Gist options
  • Select an option

  • Save danmcclain/1379379 to your computer and use it in GitHub Desktop.

Select an option

Save danmcclain/1379379 to your computer and use it in GitHub Desktop.
Jenkins Build Task
RSpec::Core::RakeTask.new(:rspec_html) do |t|
t.pattern = 'spec/**/*_spec.rb'
t.rspec_opts = '--format html'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment