Rakefile in tapestry-0.2.0 vs Rakefile in tapestry-0.3.0
- old
+ new
@@ -30,12 +30,12 @@
task :clean do
system('rm -rf spec/reports')
end
RSpec::Core::RakeTask.new(all: :clean) do |config|
- options = %w(--color)
- options += %w(--format documentation)
- options += %w(--format html --out spec/reports/unit-test-report.html)
+ options = %w[--color]
+ options += %w[--format documentation]
+ options += %w[--format html --out spec/reports/unit-test-report.html]
config.rspec_opts = options
end
end