test/commands/test_invoice.rb in zold-0.16.13 vs test/commands/test_invoice.rb in zold-0.16.14
- old
+ new
@@ -31,10 +31,10 @@
# INVOICE test.
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018 Yegor Bugayenko
# License:: MIT
-class TestInvoice < Minitest::Test
+class TestInvoice < Zold::Test
def test_generates_invoice
Dir.mktmpdir do |dir|
id = Zold::Id.new
wallets = Zold::Wallets.new(dir)
wallets.find(id) do |source|