Skip to content

Commit

Permalink
Move Coveralls.wear! to the very top of spec_helper.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed May 23, 2013
1 parent c72b1f7 commit c1f8f53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require 'coveralls'
Coveralls.wear!

require_relative '../lib/octonore'

require 'webmock/rspec'
require 'vcr'
require 'coveralls'
Coveralls.wear!

VCR.configure do |c|
c.cassette_library_dir = 'spec/fixtures/octonore_cassettes'
Expand Down

0 comments on commit c1f8f53

Please sign in to comment.