Rakefile in sidekiq_send_mail-0.1.0 vs Rakefile in sidekiq_send_mail-0.1.1

- old
+ new

@@ -2,9 +2,9 @@ require 'bundler/gem_tasks' # Default directory to look in is `/specs` # Run with `rake spec` RSpec::Core::RakeTask.new(:spec) do |task| - task.rspec_opts = ['--color', '--format', 'nested'] + task.rspec_opts = ['--color', '--format', 'documentation'] end task :default => :spec \ No newline at end of file