diff options
Diffstat (limited to 'spec/models/issue_spec.rb')
-rw-r--r-- | spec/models/issue_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/issue_spec.rb b/spec/models/issue_spec.rb index b4fb9cd8fdd..0816b3eed5a 100644 --- a/spec/models/issue_spec.rb +++ b/spec/models/issue_spec.rb @@ -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 |