fix tests

This commit is contained in:
Torsten Ruger
2015-05-03 20:26:09 +03:00
parent c73983b224
commit c8d35adef4
5 changed files with 63 additions and 8 deletions

8
Gemfile Normal file
View File

@ -0,0 +1,8 @@
source "http://rubygems.org"
gem "salama-object-file" , :path => "."
group :development do
gem "minitest"
end