Skip to content

Commit

Permalink
Require coveralls before every other dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nucc committed Apr 7, 2013
1 parent 74db72a commit 6294250
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lucie-lib/test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
require 'coveralls'
Coveralls.wear!

# MiniTest is integrated to Ruby library and by default the test wants to use that.
# Force the Rubygems version
require 'minitest/autorun'
require "mini_shoulda"
require 'coveralls'
#require 'debugger'

require File.expand_path('../../lib/lucie.rb', __FILE__)

Coveralls.wear!

LUCIE_ROOT = File.expand_path File.dirname(__FILE__)

Expand Down

0 comments on commit 6294250

Please sign in to comment.