Skip to content

Commit

Permalink
sigh [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
davetron5000 committed Feb 13, 2021
1 parent 6f5f727 commit 6697242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ desc "run integration tests"
Rake::TestTask.new("test:integration") do |t|
t.libs << "test"
explicitly_named_files = ARGV[1..-1]
if explicitly_named_files.empty?
if Array(explicitly_named_files).size == 0
t.test_files = FileList["test/integration/**/*_test.rb"]
else
t.test_files = explicitly_named_files
Expand Down

0 comments on commit 6697242

Please sign in to comment.