diff --git a/features/steps/core.py b/features/steps/core.py index 9e42b5aa..cc7b4c98 100644 --- a/features/steps/core.py +++ b/features/steps/core.py @@ -79,6 +79,7 @@ def set_config(context, config_file): with open(install.CONFIG_FILE_PATH, "a") as cf: cf.write("version: {}".format(__version__)) + @when('we change directory to "{path}"') def move_up_dir(context, path): os.chdir(path)