Rakefile in parse_fasta-1.9.2 vs Rakefile in parse_fasta-2.0.0
- old
+ new
@@ -1,8 +1,6 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
-RSpec::Core::RakeTask.new
+RSpec::Core::RakeTask.new(:spec)
-task default: :spec
-task test: :spec
-
+task :default => :spec