Skip to content

Commit acbf95a

Browse files
manucabronzdoc
authored andcommitted
test passing the sample project to the test
1 parent 6f04b1e commit acbf95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/skunk/application_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
context "when passing --out option with a file" do
3232
require "fileutils"
3333

34-
let(:argv) { ["--out=tmp/generated_report.txt"] }
34+
let(:argv) { ["--out=tmp/generated_report.txt", "samples/rubycritic"] }
3535
let(:success_code) { 0 }
3636

3737
it "writes output to the file" do

0 commit comments

Comments
 (0)