Rakefile in build-files-1.3.0 vs Rakefile in build-files-1.4.0
- old
+ new
@@ -1,8 +1,6 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
-RSpec::Core::RakeTask.new(:spec) do |task|
- task.rspec_opts = ["--require", "simplecov"] if ENV['COVERAGE']
-end
+RSpec::Core::RakeTask.new(:spec)
task :default => :spec