Initiaize Repo

This commit is contained in:
Jason Davis-Cooke
2015-01-12 10:49:59 -05:00
commit 728f727dc7
19 changed files with 1352 additions and 0 deletions

10
Rakefile Normal file
View File

@@ -0,0 +1,10 @@
require "bundler/gem_tasks"
task 'test' do
Dir.chdir('test')
system("rspec zanzibar_spec.rb")
end
task 'install_dependencies' do
system('bundle install')
end