Skip to content

Commit d100250

Browse files
committed
Correct pattern arg for rspec
1 parent e883ced commit d100250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake/common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PUPPET_BINARY = File.join(BASEDIR, 'bin', 'puppet').freeze
44
TEST_COMMAND = begin
55
if ENV['TRAVIS']
6-
"rspec --suffix '_spec.rb$'"
6+
"rspec --pattern '*_spec.rb'"
77
else
88
"parallel_rspec --suffix '_spec.rb$'"
99
end

0 commit comments

Comments
 (0)