use coveralls only in spec

This commit is contained in:
Joerg Reichert 2016-03-05 22:04:05 +01:00
parent 53977a6d7c
commit cb4db8c1b1
2 changed files with 1 additions and 4 deletions

View file

@ -1,5 +1,5 @@
require 'coveralls'
Coveralls.merged!('rails')
Coveralls.wear!('rails')
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.

View file

@ -1,6 +1,3 @@
require 'coveralls'
Coveralls.merged!('rails')
require 'simplecov'
SimpleCov.start 'rails'