Skip to content

Commit

Permalink
moved coveralls to top of spec_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnsorensen committed Aug 14, 2013
1 parent e682ee4 commit 81bba5a
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,8 +1,9 @@
require 'active_subset_validator'
require 'support/active_record'
require 'coveralls'
Coveralls.wear!

require 'active_subset_validator'
require 'support/active_record'

RSpec.configure do |config|
config.around do |example|
ActiveRecord::Base.transaction do
Expand Down

0 comments on commit 81bba5a

Please sign in to comment.