Skip to content

Commit c8414c1

Browse files
committed
set RSpec default in .rspec instead of spec_helper.
This way they can be overridden at the command line, e.g.: 'rspec -f progress'
1 parent 660df7e commit c8414c1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.rspec

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--color
2+
-f d

spec/spec_helper.rb

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@
66
Combustion.initialize!
77

88
RSpec.configure do |config|
9-
# Enable colors
10-
config.color = true
11-
# Use the specified formatter
12-
config.formatter = :documentation
139
end

0 commit comments

Comments
 (0)