Rakefile in elasticity-1.5 vs Rakefile in elasticity-2.0
- old
+ new
@@ -2,10 +2,11 @@
Bundler::GemHelper.install_tasks
require 'rake/testtask'
require 'rspec/core/rake_task'
+RSpec::Core::RakeTask.new(:spec) do |t|
+ t.verbose = false
+end
+
desc 'Run specs'
task :default => :spec
-
-desc "Run specs"
-RSpec::Core::RakeTask.new
\ No newline at end of file