Created
November 19, 2011 21:25
-
-
Save danmcclain/1379379 to your computer and use it in GitHub Desktop.
Jenkins Build Task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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