Skip to content

Commit 989a8d5

Browse files
author
root
committed
Run all tests
1 parent 141092d commit 989a8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/tasks/redmine_git_hosting.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace :redmine_git_hosting do
6262
task :test => :default
6363
task :default do
6464
RSpec::Core::RakeTask.new(:spec) do |config|
65-
config.rspec_opts = "plugins/redmine_git_hosting/spec --color --format nested --fail-fast"
65+
config.rspec_opts = "plugins/redmine_git_hosting/spec --color"
6666
end
6767
Rake::Task["spec"].invoke
6868
Rake::Task["redmine_git_hosting:check_unit_tests_results"].invoke

0 commit comments

Comments
 (0)