tasks/specs.rake in gecoder-with-gecode-1.0.0 vs tasks/specs.rake in gecoder-with-gecode-1.1.0
- old
+ new
@@ -1,5 +1,6 @@
+=begin
require 'spec/rake/spectask'
spec_files = FileList['specs/**/*.rb']
desc 'Run all specs'
@@ -17,5 +18,6 @@
desc 'Generate an rspec html report'
Spec::Rake::SpecTask.new(:spec_html) do |t|
t.spec_files = spec_files
t.spec_opts = ['--format html:doc/output/rspec.html','--backtrace']
end
+=end