From 26a6979c8ef32505b98c90777508671e023c044f Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 19 Nov 2012 23:15:43 +0100 Subject: [PATCH] Visit raw asciicast page --- spec/features/asciicasts_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/asciicasts_spec.rb b/spec/features/asciicasts_spec.rb index 7cebdb3..0fc7831 100644 --- a/spec/features/asciicasts_spec.rb +++ b/spec/features/asciicasts_spec.rb @@ -28,7 +28,7 @@ end def visit_asciicast(id) asciicast = load_asciicast(id) - visit "/a/#{asciicast.id}" + visit "/a/#{asciicast.id}/raw" end describe 'Asciicast', :type => :feature, :js => true do