Skip to content

Commit ba565d4

Browse files
author
root
committed
Fix Rspec path pattern
1 parent d92f44a commit ba565d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/tasks/ci_tools.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace :redmine_git_hosting do
33
namespace :ci do
44

55
RSpec::Core::RakeTask.new do |task|
6-
task.rspec_opts = 'plugins/redmine_git_hosting/spec --color'
6+
task.rspec_opts = '--pattern plugins/redmine_git_hosting/spec/\*\*\{,/\*/\*\*\}/\*_spec.rb --color'
77
end
88

99
desc 'Check unit tests results'

0 commit comments

Comments
 (0)