1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00

Ruby 1.9 syntax

This commit is contained in:
Daniel Barber 2019-11-14 21:20:22 -05:00
parent d57ff3fd4b
commit 9fc7297134

View File

@ -6,4 +6,4 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/*_test.rb"]
end
task :default => :test
task default: :test