Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fix RSpec params
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rodriguez committed Jul 16, 2014
1 parent da56405 commit 113e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ desc "Start unit tests"
task :test => :default
task :default do
RSpec::Core::RakeTask.new(:spec) do |config|
config.rspec_opts = "--color --format nested --fail-fast"
config.rspec_opts = "--color --format documentation"
end
Rake::Task["spec"].invoke
end
Expand Down

0 comments on commit 113e46a

Please sign in to comment.