Skip to content

Commit

Permalink
update rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 10, 2010
1 parent b44b3ad commit 6dffc93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ task :cleanup_rcov_files do
rm_rf 'coverage.data'
end

RSpec::Core::RakeTask.new(:spec)
desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = %w[--color]
end

Cucumber::Rake::Task.new(:cucumber)

Expand Down

0 comments on commit 6dffc93

Please sign in to comment.