summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 21:47:25 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-26 21:47:25 +0300
commit88c625e3f718eb2dffcae7e8d2d03a86a51cd309 (patch)
treea6e083bdf4aec8a2f8c986417cced47d09ece2a8 /spec
parent6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e (diff)
downloadgitlab-ce-88c625e3f718eb2dffcae7e8d2d03a86a51cd309.tar.gz
Issues can be unassigned now
Diffstat (limited to 'spec')
-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