mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-23 03:22:31 +01:00
Remove simplecov
This commit is contained in:
parent
6faa265834
commit
7d7c037817
1
Gemfile
1
Gemfile
@ -28,7 +28,6 @@ group :test do
|
||||
gem "minitest-around"
|
||||
gem "minitest-focus"
|
||||
gem "rack-test"
|
||||
gem "simplecov"
|
||||
gem "vcr"
|
||||
gem "webmock"
|
||||
end
|
||||
|
@ -10,7 +10,6 @@ GEM
|
||||
crack (1.0.0)
|
||||
bigdecimal
|
||||
rexml
|
||||
docile (1.4.1)
|
||||
et-orbi (1.2.11)
|
||||
tzinfo
|
||||
fugit (1.11.1)
|
||||
@ -88,12 +87,6 @@ GEM
|
||||
sequel_pg (1.17.1)
|
||||
pg (>= 0.18.0, != 1.2.0)
|
||||
sequel (>= 4.38.0)
|
||||
simplecov (0.22.0)
|
||||
docile (~> 1.1)
|
||||
simplecov-html (~> 0.11)
|
||||
simplecov_json_formatter (~> 0.1)
|
||||
simplecov-html (0.13.1)
|
||||
simplecov_json_formatter (0.1.4)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.6.0)
|
||||
@ -129,7 +122,6 @@ DEPENDENCIES
|
||||
rubocop-shopify
|
||||
rufus-scheduler
|
||||
sequel_pg
|
||||
simplecov
|
||||
unicorn
|
||||
vcr
|
||||
webmock
|
||||
|
@ -2,13 +2,6 @@
|
||||
|
||||
ENV["APP_ENV"] ||= "test"
|
||||
|
||||
# Keep SimpleCov at top.
|
||||
require "simplecov"
|
||||
|
||||
SimpleCov.start do
|
||||
add_filter "/spec/"
|
||||
end
|
||||
|
||||
require_relative "../config/environment"
|
||||
|
||||
require "minitest/autorun"
|
||||
|
Loading…
Reference in New Issue
Block a user