Rakefile in bagit-0.3.2 vs Rakefile in bagit-0.3.4

- old
+ new

@@ -8,9 +8,9 @@ Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new do |t| t.pattern = 'spec/**/*_spec.rb' - t.rspec_opts = %w(-fs --color) + t.rspec_opts = %w(--format documentation --color) end task :default => [:spec]