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