initial commit

This commit is contained in:
2023-07-01 07:23:51 +01:00
commit 984322d789
29 changed files with 1772 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
task :init do
sh "bundle install --path vendor/bundle"
end