Skip to content

Commit

Permalink
Fix requiring order
Browse files Browse the repository at this point in the history
  • Loading branch information
deeeki committed Jun 28, 2014
1 parent 034214e commit 70f2f51
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,9 +1,10 @@
require 'minitest/autorun'
require 'minitest/pride'
require 'bremen'
require 'coveralls'
Coveralls.wear!

require 'bremen'

def fixture path
File.read("#{File.dirname(__FILE__)}/fixtures/#{path}")
end

0 comments on commit 70f2f51

Please sign in to comment.