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 6f04b1e commit acbf95aCopy full SHA for acbf95a
test/lib/skunk/application_test.rb
@@ -31,7 +31,7 @@
31
context "when passing --out option with a file" do
32
require "fileutils"
33
34
- let(:argv) { ["--out=tmp/generated_report.txt"] }
+ let(:argv) { ["--out=tmp/generated_report.txt", "samples/rubycritic"] }
35
let(:success_code) { 0 }
36
37
it "writes output to the file" do
0 commit comments