Fix specs

This commit is contained in:
Riyad Preukschas 2012-11-14 01:20:37 +01:00
parent a85e11fa51
commit 578cf89812
6 changed files with 39 additions and 36 deletions

View file

@ -30,7 +30,6 @@ describe Issue do
describe "Validation" do
it { should ensure_length_of(:description).is_within(0..2000) }
it { should ensure_inclusion_of(:closed).in_array([true, false]) }
end
describe 'modules' do