Rakefile in koala-1.1.0 vs Rakefile in koala-1.2.0beta1
- old
+ new
@@ -5,10 +5,9 @@
Bundler::GemHelper.install_tasks
rescue LoadError
puts 'although not required, bundler is recommened for running the tests'
end
-
task :default => :spec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
t.rspec_opts = ["--color", '--format doc']
\ No newline at end of file