Rakefile in elekk-1.0.2 vs Rakefile in elekk-1.0.3
- old
+ new
@@ -1,10 +1,2 @@
require 'rubygems'
require 'rake'
-require 'spec/rake/spectask'
-
-desc "Run all tests"
-Spec::Rake::SpecTask.new('spec') do |t|
- t.spec_files = FileList['spec/**/*.rb']
- t.spec_opts = ["--color", "--format", "specdoc"]
- t.fail_on_error = false
-end