Skip to content

Commit

Permalink
Update spec_helper.rb
Browse files Browse the repository at this point in the history
Try to get Coveralls to run on the Specs
  • Loading branch information
scottsds committed Jun 4, 2014
1 parent 0551941 commit a711d9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
require 'database_cleaner'
require 'email_spec'


# Coverals needs to work here too
require 'coveralls'
Coveralls.wear!('rails')

# SimpleCov integration

require 'simplecov'
Expand Down

0 comments on commit a711d9b

Please sign in to comment.