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 82c0e47 commit 014cd00Copy full SHA for 014cd00
test/lib/skunk/cli/commands/status_reporter_test.rb
@@ -32,7 +32,8 @@ def analysed_module.churn
32
end
33
34
it "reports the StinkScore" do
35
- _(reporter.update_status_message).must_equal output
+ _(reporter.update_status_message).must_include output
36
+ _(reporter.update_status_message).must_include "Generated with Skunk v#{Skunk::VERSION}"
37
38
39
0 commit comments