Rakefile in karl-loris-0.0.9 vs Rakefile in karl-loris-0.0.10
- old
+ new
@@ -23,10 +23,10 @@
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end
-task :default => [:spec, :features]
+task :default => :spec
Spec::Rake::SpecTask.new(:spec) do |t|
t.spec_files = Dir.glob('spec/**/*_spec.rb')
# t.rcov = true
end