Skip to content

Commit

Permalink
Moved coveralls call to the top of the spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jwright committed Jan 14, 2014
1 parent 916124d commit c94d1e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'coveralls'
Coveralls.wear!

require 'minitest/spec'
require 'minitest/autorun'
require 'mocha/setup'
require 'coveralls'

require_relative '../lib/tldr'

Coveralls.wear!

0 comments on commit c94d1e2

Please sign in to comment.