Initial commit

This commit is contained in:
2018-04-05 20:51:48 -05:00
commit 384ffd58dd
10 changed files with 272 additions and 0 deletions

5
Rakefile Normal file
View File

@ -0,0 +1,5 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task default: :spec