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
+1 -1
View File
@@ -4,7 +4,7 @@ include MangaDex
describe Queue do
it "creates DB at given path" do
with_queue do |queue, path|
with_queue do |_, path|
File.exists?(path).should be_true
end
end