require_relative 'test_helper' # # Runs all the commands in https://leap.se/quick-start # Minitest.after_run { FileUtils.rm_r(QuickStartTest::TMP_PROVIDER) } class QuickStartTest < Minitest::Test # very reasonable to have ordered tests in this case, actually i_suck_and_my_tests_are_order_dependent! TMP_PROVIDER = Dir.mktmpdir("test_leap_provider_") # # use minimal bit sizes for our test. # PROVIDER_JSON = <