Rakefile in polisher-0.8.1 vs Rakefile in polisher-0.9.1
- old
+ new
@@ -3,14 +3,12 @@
# Licensed under the MIT license
# Copyright (C) 2013 Red Hat, Inc.
begin
require "rspec/core/rake_task"
- desc "Run all specs"
- RSpec::Core::RakeTask.new(:spec) do |spec|
- spec.pattern = 'specs/**/*_spec.rb'
- spec.rspec_opts = ['--backtrace', '-fd', '-c']
- end
+ RSpec::Core::RakeTask.new(:spec)
+ task :test => :spec
+ task :default => :spec
rescue LoadError
end
desc "build the polisher gem"
task :build do