Commit e982a9512e925f1534dfc893158f5654f97454f1
1 parent
745c0dfa
Exists in
master
and in
4 other branches
fix tests
Showing
2 changed files
with
0 additions
and
5 deletions
Show diff stats
spec/models/issue_spec.rb
| ... | ... | @@ -28,10 +28,6 @@ describe Issue do |
| 28 | 28 | it { should_not allow_mass_assignment_of(:project_id) } |
| 29 | 29 | end |
| 30 | 30 | |
| 31 | - describe "Validation" do | |
| 32 | - it { should ensure_length_of(:description).is_within(0..10000) } | |
| 33 | - end | |
| 34 | - | |
| 35 | 31 | describe 'modules' do |
| 36 | 32 | it { should include_module(Issuable) } |
| 37 | 33 | end | ... | ... |
spec/models/snippet_spec.rb