Project-wise refactoring to follow Ameba

This commit is contained in:
Alex Ling
2020-04-08 06:41:27 +00:00
parent d33cae7618
commit fcf9d39047
10 changed files with 108 additions and 121 deletions

View File

@@ -2,7 +2,7 @@ require "./spec_helper"
describe Storage do
it "creates DB at given path" do
with_storage do |storage, path|
with_storage do |_, path|
File.exists?(path).should be_true
end
end