Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Fix the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Feb 7, 2011
1 parent e0d7429 commit 30f5d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/question_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
end

it 'should allow you to get questions for a select' do
Question.for_select.should =~ [[@question_a.question, @question_a.id], [@question_b.question, @question_b.id], [@question_c.question, @question_c.id], [@question_d.question, @question_d.id], [@question_e.question, @question_e.id]]
Question.for_select.should =~ [[@question_a.short_name, @question_a.id], [@question_b.short_name, @question_b.id], [@question_c.short_name, @question_c.id], [@question_d.short_name, @question_d.id], [@question_e.short_name, @question_e.id]]
end

it 'should let you get questions with the exception of a specific id' do
Expand Down

0 comments on commit 30f5d48

Please sign in to comment.