Feature: Unassigned Merge Requests
This commit is contained in:
parent
80f2ef2d02
commit
a3bb9ca1fa
7 changed files with 22 additions and 14 deletions
|
@ -13,7 +13,6 @@ describe MergeRequest do
|
|||
it { should validate_presence_of(:title) }
|
||||
it { should validate_presence_of(:author_id) }
|
||||
it { should validate_presence_of(:project_id) }
|
||||
it { should validate_presence_of(:assignee_id) }
|
||||
end
|
||||
|
||||
describe "Scope" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue