Skip to content

Commit f67504b

Browse files
committed
add coveralls back
1 parent 221b566 commit f67504b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/rails_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This file is copied to spec/ when you run "rails generate rspec:install"
22
ENV["RAILS_ENV"] ||= "test"
3+
require "coveralls"
4+
Coveralls.wear!("rails") # must occur before any of your application code is required
35
require "spec_helper"
46
require File.expand_path("../../config/environment", __FILE__)
57

0 commit comments

Comments
 (0)