Skip to content

Commit a36e768

Browse files
author
Petr Chalupa
authored
Merge pull request #628 from meineerde/fix/588-warnings-with-rspec
Output Ruby warnings when running rspec
2 parents 2d93d19 + 967c854 commit a36e768

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.rspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
--require spec_helper
22
--color
3+
--warnings
34
--format documentation

spec/spec_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
$VERBOSE = nil # suppress our deprecation warnings
2-
31
if ENV['COVERAGE']
42
require 'simplecov'
53
require 'coveralls'

0 commit comments

Comments
 (0)