Rakefile in meta-rails-1.0.0 vs Rakefile in meta-rails-2.0.0

- old
+ new

@@ -1,4 +1,6 @@ require 'bundler/gem_tasks' require 'rspec/core/rake_task' + +RSpec::Core::RakeTask.new(:spec) + task default: :spec -RSpec::Core::RakeTask.new