Rakefile in jbox-gitolite-1.2.2 vs Rakefile in jbox-gitolite-1.2.3

- old
+ new

@@ -42,10 +42,10 @@ desc "Start unit tests" task :test => :default task :default do RSpec::Core::RakeTask.new(:spec) do |config| - config.rspec_opts = "--color --format nested --fail-fast" + config.rspec_opts = "--color --format documentation" end Rake::Task["spec"].invoke end