fix tests
This commit is contained in:
parent
745c0dfa57
commit
e982a9512e
2 changed files with 0 additions and 5 deletions
|
@ -28,10 +28,6 @@ describe Issue do
|
|||
it { should_not allow_mass_assignment_of(:project_id) }
|
||||
end
|
||||
|
||||
describe "Validation" do
|
||||
it { should ensure_length_of(:description).is_within(0..10000) }
|
||||
end
|
||||
|
||||
describe 'modules' do
|
||||
it { should include_module(Issuable) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue