From 5820406b466c613fe63f76430367e44ffa23db05 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 21 Jul 2014 17:18:54 +0200 Subject: [PATCH] remove screenshot from spec --- spec/features/talks_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/talks_spec.rb b/spec/features/talks_spec.rb index d2d962163..6f9bc9156 100644 --- a/spec/features/talks_spec.rb +++ b/spec/features/talks_spec.rb @@ -79,7 +79,6 @@ starts_at_time: 5.minutes.from_now.strftime("%H:%M"), starts_at_date: Date.today) visit talk_path(@talk) - page.save_screenshot 'foo.png' page.should have_content "THIS TALK IS LIVE IN" page.should have_content "computing" retry_with_delay do