Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 22:47:25 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 22:47:25 +0400
commit88c625e3f718eb2dffcae7e8d2d03a86a51cd309 (patch)
treea6e083bdf4aec8a2f8c986417cced47d09ece2a8 /spec/models/issue_spec.rb
parent6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e (diff)
Issues can be unassigned now
Diffstat (limited to 'spec/models/issue_spec.rb')
-rw-r--r--spec/models/issue_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/issue_spec.rb b/spec/models/issue_spec.rb
index 486b9f656c8..fbd4031fa0b 100644
--- a/spec/models/issue_spec.rb
+++ b/spec/models/issue_spec.rb
@@ -12,7 +12,6 @@ describe Issue 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