Rakefile in phenomenal-0.99.0 vs Rakefile in phenomenal-1.0.0
- old
+ new
@@ -1,11 +1,5 @@
-require 'rake/testtask'
-
-Rake::TestTask.new do |t|
- t.libs << 'test'
-end
-
desc "Run tests"
-task :default => :test
+task :default => :spec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new('spec')