Skip to content

Commit 855befb

Browse files
author
Daniel Magliola
authored
Merge pull request #192 from prometheus/turn_on_rspec_warnings
Turn on Ruby Warnings on Test Suite
2 parents 4f560f2 + cadd3f9 commit 855befb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.rspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--require spec_helper

spec/spec_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
require 'simplecov'
44
require 'coveralls'
55

6+
RSpec.configure do |c|
7+
c.warnings = true
8+
end
9+
610
SimpleCov.formatter =
711
if ENV['CI']
812
Coveralls::SimpleCov::Formatter

0 commit comments

Comments
 (0)