Rakefile in landrush-1.2.0 vs Rakefile in landrush-1.3.0
- old
+ new
@@ -35,12 +35,12 @@
rule '.html' => '.adoc' do |t|
FileUtils.mkdir_p 'build/html'
Asciidoctor.convert_file t.source, to_dir: 'build/html'
end
-task default: [
- :rubocop,
- :test
+task default: %i[
+ rubocop
+ test
]
task :generate_diagrams do
sh 'cd doc; seqdiag --fontmap=support/seqdiag.fontmap -Tsvg vagrant_dns_without_landrush.diag'
end