Ensure the typical bundle exec rake works in all cases

This commit is contained in:
Benoit Daloze
2021-07-29 13:24:06 +02:00
parent 0997e21bf3
commit e08bf35edf
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
task :default do
puts "Hello World from Rake"
end