Rakefile in chrono_model-1.2.0 vs Rakefile in chrono_model-1.2.1
- old
+ new
@@ -1,10 +1,11 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"
# RSpec
require 'rspec/core/rake_task'
-RSpec::Core::RakeTask.new
+spec_task = RSpec::Core::RakeTask.new
+spec_task.rspec_opts = '-f doc'
task :default => ['testapp:create', :spec]
# Create a test Rails app in tmp/railsapp for testing the rake
# tasks and overall Rails integration with Aruba.
#