From 5f31e1ab3930859fa59975ec3b957d8a3be09a09 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 4 Jan 2020 13:02:15 -0800 Subject: [PATCH] remove broken test (windows can't handle emoji) --- features/core.feature | 9 --------- 1 file changed, 9 deletions(-) diff --git a/features/core.feature b/features/core.feature index d061d094..c023cd4c 100644 --- a/features/core.feature +++ b/features/core.feature @@ -41,15 +41,6 @@ Feature: Basic reading and writing to a journal When we run "jrnl -on 'june 6 2013' --short" Then the output should be "2013-06-10 15:40 Life is good." - @skip_win - Scenario: Emoji support - Given we use the config "basic.yaml" - When we run "jrnl 23 july 2013: 🌞 sunny day. Saw an 🐘" - Then we should see the message "Entry added" - When we run "jrnl -n 1" - Then the output should contain "🌞" - and the output should contain "🐘" - Scenario: Writing an entry at the prompt Given we use the config "basic.yaml" When we run "jrnl" and enter "25 jul 2013: I saw Elvis. He's alive."