Increase Issue description size to 10k. Fixes #2545

This commit is contained in:
Dmitriy Zaporozhets 2013-01-19 12:09:23 +02:00
parent 569a88a456
commit 3a1022e381
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ describe Issue do
end
describe "Validation" do
it { should ensure_length_of(:description).is_within(0..2000) }
it { should ensure_length_of(:description).is_within(0..10000) }
end
describe 'modules' do