Updated gems, added test.rake rakefile that includes default rake task

This commit is contained in:
2020-07-20 19:06:16 -05:00
parent b6c64b4b6b
commit 985f7c331f
2 changed files with 11 additions and 5 deletions

4
rakelib/test.rake Normal file
View File

@@ -0,0 +1,4 @@
desc "Run tests"
task :default do
puts "No tests implemented yet!"
end