From a5ffad1dafec0d2522927dcc5770151396e354bd Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Tue, 27 Mar 2012 12:19:42 -0400 Subject: [PATCH] remove test that shouldn't succeed --- spec/integration/choices_spec.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/spec/integration/choices_spec.rb b/spec/integration/choices_spec.rb index 86f95fb..35c93b9 100644 --- a/spec/integration/choices_spec.rb +++ b/spec/integration/choices_spec.rb @@ -17,10 +17,6 @@ describe "Choices" do @params = { :choice => { :data => "hey"} } end - specify "given only the visitor identifier" do - @params = { :choice => { :visitor_identifier => @visitor.identifier } } - end - after do post_auth question_choices_path(@question), @params response.should be_success -- libgit2 0.21.2