We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221b566 commit f67504bCopy full SHA for f67504b
spec/rails_helper.rb
@@ -1,5 +1,7 @@
1
# This file is copied to spec/ when you run "rails generate rspec:install"
2
ENV["RAILS_ENV"] ||= "test"
3
+require "coveralls"
4
+Coveralls.wear!("rails") # must occur before any of your application code is required
5
require "spec_helper"
6
require File.expand_path("../../config/environment", __FILE__)
7
0 commit comments