diff --git a/.travis.yml b/.travis.yml index 6b05c5af..5590ccef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - poetry run python --version script: - - poetry run behave --no-capture + - poetry run behave aliases: test_mac: &test_mac diff --git a/features/core.feature b/features/core.feature index 44defe94..e2c6786c 100644 --- a/features/core.feature +++ b/features/core.feature @@ -37,7 +37,6 @@ Feature: Basic reading and writing to a journal Given we use the config "editor.yaml" When we open the editor and enter nothing Then we should see the message "[Nothing saved to file]" - Then we should see the message "This test was hanging on Travis" Scenario: Sending an argument with spaces to the editor should work Given we use the config "editor-args.yaml" @@ -47,7 +46,6 @@ Feature: Basic reading and writing to a journal And one editor argument should be "-f" And one editor argument should be "-c" And one editor argument should match "'?setf markdown'?" - Then we should see the message "This test was hanging on Travis" Scenario: Writing an empty entry from the command line Given we use the config "basic.yaml"