Skip to content

Commit 53425e8

Browse files
committed
Unify rspec configuration
1 parent b830e8f commit 53425e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.rspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
--require spec_helper
2-
--format progress
2+
--color
3+
--backtrace
4+
--format documentation

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ begin
149149
require 'rspec'
150150
require 'rspec/core/rake_task'
151151

152-
RSpec::Core::RakeTask.new(:spec) do |t|
153-
t.rspec_opts = '--color --backtrace --format documentation'
154-
end
152+
RSpec::Core::RakeTask.new(:spec)
155153

156154
task :default => [:clean, :compile, :spec]
157155
rescue LoadError

0 commit comments

Comments
 (0)