File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ group :test do
6565 # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
6666 gem "capybara"
6767 gem "selenium-webdriver"
68- gem "simplecov" , "~> 0.22.0" , require : false
6968end
7069
7170# active record
Original file line number Diff line number Diff line change 450450 rexml (~> 3.2 , >= 3.2.5 )
451451 rubyzip (>= 1.2.2 , < 3.0 )
452452 websocket (~> 1.0 )
453- simplecov (0.22.0 )
454- docile (~> 1.1 )
455- simplecov-html (~> 0.11 )
456- simplecov_json_formatter (~> 0.1 )
457- simplecov-html (0.13.1 )
458- simplecov_json_formatter (0.1.4 )
459453 smart_properties (1.17.0 )
460454 snaky_hash (2.0.3 )
461455 hashie (>= 0.1.0 , < 6 )
@@ -577,7 +571,6 @@ DEPENDENCIES
577571 refer
578572 rubocop-rails-omakase
579573 selenium-webdriver
580- simplecov (~> 0.22.0 )
581574 solid_cable
582575 solid_cache
583576 solid_queue
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11ENV [ "RAILS_ENV" ] ||= "test"
22
3- require_relative "supports/simplecov"
43require_relative "../config/environment"
54require "rails/test_help"
65
@@ -9,10 +8,6 @@ class TestCase
98 include Devise ::Test ::IntegrationHelpers
109
1110 # Run tests in parallel with specified workers
12- parallelize_setup do |_worker |
13- SimpleCov . command_name "Job::#{ Process . pid } " if const_defined? ( :SimpleCov )
14- end
15-
1611 parallelize ( workers : :number_of_processors )
1712
1813 # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
You can’t perform that action at this time.
0 commit comments