Skip to content

Commit

Permalink
try rspec --force-color option
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Jun 28, 2021
1 parent aef3b29 commit 77a5133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--require spec_helper --color
--require spec_helper --force-color
2 changes: 1 addition & 1 deletion spec/support/validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def self.after
e = Validator::Testee.sentinel_errors.first
str << "#{num_errors} sentinel warnings. First warning: #{e.class}: #{e}".colorize(:yellow)
else
str << "No sentinel warning.".colorize(:light_black)
str << "No sentinel warnings.".colorize(:light_black)
end
puts str
log str
Expand Down

0 comments on commit 77a5133

Please sign in to comment.