We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f374f commit c87a012Copy full SHA for c87a012
1 file changed
admin/spec/spec_helper.rb
@@ -8,7 +8,9 @@
8
end
9
SimpleCov.command_name('solidus:admin')
10
SimpleCov.merge_timeout(3600)
11
- SimpleCov.start('rails')
+ SimpleCov.start('rails') do
12
+ add_filter '/shared_examples/'
13
+ end
14
15
16
require 'solidus_admin'
0 commit comments