remove unused step

This commit is contained in:
= 2020-05-30 16:38:41 -04:00
parent c4bcdb5a2b
commit 2b6e77b772

View file

@ -79,13 +79,6 @@ def set_config(context, config_file):
with open(install.CONFIG_FILE_PATH, "a") as cf:
cf.write("version: {}".format(__version__))
@given("there is no config")
def no_config(context):
nopath = "features/configs/missingconfig.yaml"
install.CONFIG_FILE_PATH = os.path.abspath(nopath)
@when('we change directory to "{path}"')
def move_up_dir(context, path):
os.chdir(path)