Rakefile in debugging-1.1.2 vs Rakefile in debugging-2.0.0
- old
+ new
@@ -31,10 +31,12 @@
# # #
# Spec
-require 'rspec/core/rake_task'
-RSpec::Core::RakeTask.new
+desc "#{gemspec.name} | Spec"
+task :spec do
+ sh "rspec"
+end
task :test => :spec
task :default => :spec