integrates coveralls in test suite
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
require 'coveralls'
|
||||||
|
Coveralls.wear!('rails')
|
||||||
ENV['RAILS_ENV'] ||= 'test'
|
ENV['RAILS_ENV'] ||= 'test'
|
||||||
require File.expand_path('../../config/environment', __FILE__)
|
require File.expand_path('../../config/environment', __FILE__)
|
||||||
abort("The Rails environment is running in production mode!") if Rails.env.production?
|
abort("The Rails environment is running in production mode!") if Rails.env.production?
|
||||||
|
|||||||
Reference in New Issue
Block a user