Skip to content

Commit

Permalink
fix requires in spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagovsk committed Jun 29, 2017
1 parent 3cfabdc commit fc1f24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'br_invoices_pdf'
require 'coveralls'
require 'simplecov'
require 'coveralls'
Coveralls.wear!
require 'br_invoices_pdf'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Expand Down

0 comments on commit fc1f24c

Please sign in to comment.