mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 08:46:13 +02:00
Remove skip_win directives, cause them to fail, and add tracers to see where it hangs in the Travis build log
This commit is contained in:
parent
b6d1ecc0af
commit
d5d50c23c6
3 changed files with 13 additions and 2 deletions
|
@ -33,13 +33,12 @@ Feature: Basic reading and writing to a journal
|
|||
When we run "jrnl -n 1"
|
||||
Then the output should contain "2013-07-23 09:00 A cold and stormy day."
|
||||
|
||||
@skip_win
|
||||
Scenario: Writing an empty entry from the editor
|
||||
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"
|
||||
|
||||
@skip_win
|
||||
Scenario: Sending an argument with spaces to the editor should work
|
||||
Given we use the config "editor-args.yaml"
|
||||
When we open the editor and enter "lorem ipsum"
|
||||
|
@ -48,6 +47,7 @@ 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue