From 72e87c15c97a5e5b5f8df25e289e3ec60fd438ea Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 4 Jan 2020 13:24:07 -0800 Subject: [PATCH] whitespace changes --- features/dayone_regressions.feature | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/features/dayone_regressions.feature b/features/dayone_regressions.feature index cbbc4086..f6098ba6 100644 --- a/features/dayone_regressions.feature +++ b/features/dayone_regressions.feature @@ -13,16 +13,16 @@ Feature: Zapped Dayone bugs stay dead! # fails when system time is UTC (as on Travis-CI) @skip - Scenario: Title with an embedded period on DayOne journal - Given we use the config "dayone.yaml" - When we run "jrnl 04-24-2014: "Ran 6.2 miles today in 1:02:03. I'm feeling sore because I forgot to stretch."" - Then we should see the message "Entry added" - When we run "jrnl -1" - Then the output should be - """ - 2014-04-24 09:00 Ran 6.2 miles today in 1:02:03. - | I'm feeling sore because I forgot to stretch. - """ + Scenario: Title with an embedded period on DayOne journal + Given we use the config "dayone.yaml" + When we run "jrnl 04-24-2014: "Ran 6.2 miles today in 1:02:03. I'm feeling sore because I forgot to stretch."" + Then we should see the message "Entry added" + When we run "jrnl -1" + Then the output should be + """ + 2014-04-24 09:00 Ran 6.2 miles today in 1:02:03. + | I'm feeling sore because I forgot to stretch. + """ @skip_win Scenario: Opening an folder that's not a DayOne folder gives a nice error message