mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
use coveralls only in spec
This commit is contained in:
parent
53977a6d7c
commit
cb4db8c1b1
2 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
require 'coveralls'
|
require 'coveralls'
|
||||||
Coveralls.merged!('rails')
|
Coveralls.wear!('rails')
|
||||||
|
|
||||||
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
|
# 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`.
|
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
require 'coveralls'
|
|
||||||
Coveralls.merged!('rails')
|
|
||||||
|
|
||||||
require 'simplecov'
|
require 'simplecov'
|
||||||
SimpleCov.start 'rails'
|
SimpleCov.start 'rails'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue