mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 01:38:50 +01:00
remove simplecov since we now have coverage reporting on Code Climate
This commit is contained in:
parent
067db90d58
commit
07a3962d7d
3 changed files with 7 additions and 5 deletions
|
|
@ -3,8 +3,10 @@
|
|||
# newer version of cucumber-rails. Consider adding your own code to a new file
|
||||
# instead of editing this one. Cucumber will automatically load all features/**/*.rb
|
||||
# files.
|
||||
require 'simplecov'
|
||||
SimpleCov.start 'rails'
|
||||
|
||||
# test coverage from codeclimate
|
||||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
|
||||
require 'cucumber/rails'
|
||||
require 'aruba/cucumber'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue