Rakefile in caramelize-0.4.0 vs Rakefile in caramelize-1.0.0

- 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 +task :default => :spec