Actions
Defect #33044
closedSimpleCov 0.18.3 causes NameError during tests
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Gems support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I observed the following error when running tests after updating SimpleCov from 0.18.2 to 0.18.3.
$ bin/rails test test/functional/email_addresses_controller_test.rb Run options: --seed 4397 # Running: ................ Finished in 4.072047s, 3.9292 runs/s, 10.8054 assertions/s. 16 runs, 44 assertions, 0 failures, 0 errors, 0 skips Traceback (most recent call last): 2: from /Users/maeda/redmines/gems/ruby/2.6.0/gems/minitest-5.14.0/lib/minitest.rb:64:in `block (2 levels) in autorun' 1: from /Users/maeda/redmines/gems/ruby/2.6.0/gems/minitest-5.14.0/lib/minitest.rb:64:in `reverse_each' /Users/maeda/redmines/gems/ruby/2.6.0/gems/simplecov-0.18.3/lib/minitest/simplecov_plugin.rb:8:in `block in plugin_simplecov_init': uninitialized constant Minitest::SimpleCov (NameError)
Related issues
Actions