mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
remove unused step
This commit is contained in:
parent
c4bcdb5a2b
commit
2b6e77b772
1 changed files with 0 additions and 7 deletions
|
@ -79,13 +79,6 @@ def set_config(context, config_file):
|
||||||
with open(install.CONFIG_FILE_PATH, "a") as cf:
|
with open(install.CONFIG_FILE_PATH, "a") as cf:
|
||||||
cf.write("version: {}".format(__version__))
|
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}"')
|
@when('we change directory to "{path}"')
|
||||||
def move_up_dir(context, path):
|
def move_up_dir(context, path):
|
||||||
os.chdir(path)
|
os.chdir(path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue