Skip to content

Commit

Permalink
Require coverall before the library
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Dec 25, 2015
1 parent 5c28c87 commit 311dde9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
require 'rspec'
require 'whois'

if ENV['COVERALL']
require 'coveralls'
Coveralls.wear!
end

require 'whois'

unless defined?(SPEC_ROOT)
SPEC_ROOT = File.expand_path("../", __FILE__)
end
Expand Down

0 comments on commit 311dde9

Please sign in to comment.