Commit a5ffad1dafec0d2522927dcc5770151396e354bd
1 parent
26f30875
Exists in
master
and in
1 other branch
remove test that shouldn't succeed
should not be able to submit a choice with no data
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
spec/integration/choices_spec.rb
... | ... | @@ -17,10 +17,6 @@ describe "Choices" do |
17 | 17 | @params = { :choice => { :data => "hey"} } |
18 | 18 | end |
19 | 19 | |
20 | - specify "given only the visitor identifier" do | |
21 | - @params = { :choice => { :visitor_identifier => @visitor.identifier } } | |
22 | - end | |
23 | - | |
24 | 20 | after do |
25 | 21 | post_auth question_choices_path(@question), @params |
26 | 22 | response.should be_success | ... | ... |