Remove purposeful test-breaking code now that Travis can run all tests

This commit is contained in:
Micah Jerome Ellison 2020-05-24 13:56:17 -07:00
parent 1ac9e46db1
commit 198b01bfff
2 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,7 @@ install:
- poetry run python --version
script:
- poetry run behave --no-capture
- poetry run behave
aliases:
test_mac: &test_mac

View file

@ -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"