Rakefile in puppet-magnum-3.1.5 vs Rakefile in puppet-magnum-4.0.0

- old
+ new

@@ -8,13 +8,6 @@ RSpec::Core::RakeTask.new(:spec) do |t| t.pattern = 'spec/**/*_spec.rb' t.rspec_opts = ['--color --format progress'] end -desc 'Display the list of available rake tasks' -task :help do - system 'rake -T' -end - -task :unit => 'spec' -task :test => 'spec' task :default => 'spec'