test/commands/test_alias.rb in zold-0.16.13 vs test/commands/test_alias.rb in zold-0.16.14
- old
+ new
@@ -3,10 +3,10 @@
require 'minitest/autorun'
require_relative '../test__helper'
require_relative '../fake_home'
require_relative '../../lib/zold/commands/alias'
-class TestAlias < Minitest::Test
+class TestAlias < Zold::Test
# alias set <wallet> <alias>
# @todo #322:30min Implement the set command and unskip this test.
# The syntax is already documented in the alias command in the help.
def test_set_writes_alias_to_the_alias_file
skip