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 486f20e commit 1f1f594Copy full SHA for 1f1f594
test/lib/skunk/application_test.rb
@@ -40,7 +40,7 @@
40
FileUtils.mkdir_p("tmp")
41
42
RubyCritic::AnalysedModule.stub_any_instance(:churn, 1) do
43
- RubyCritic::AnalysedModule.stub_any_instance(:coverage, 100) do
+ RubyCritic::AnalysedModule.stub_any_instance(:coverage, 100.0) do
44
result = application.execute
45
_(result).must_equal success_code
46
end
0 commit comments