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 e883ced commit d100250Copy full SHA for d100250
rake/common.rb
@@ -3,7 +3,7 @@
3
PUPPET_BINARY = File.join(BASEDIR, 'bin', 'puppet').freeze
4
TEST_COMMAND = begin
5
if ENV['TRAVIS']
6
- "rspec --suffix '_spec.rb$'"
+ "rspec --pattern '*_spec.rb'"
7
else
8
"parallel_rspec --suffix '_spec.rb$'"
9
end
0 commit comments