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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-30 17:43:32 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-30 17:43:32 +0400
commit4967c087862e5c7c5009605000380d4451ce07ec (patch)
tree950d2fb0204727ec26528a76553d4c5da3b3f845 /spec/services/notes
parent13f017f01b8363466576c1934b42a450bb1cc19a (diff)
Fix signup and project visibility
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/services/notes')
-rw-r--r--spec/services/notes/create_service_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/services/notes/create_service_spec.rb b/spec/services/notes/create_service_spec.rb
index 106c14bc015..f59786efcf9 100644
--- a/spec/services/notes/create_service_spec.rb
+++ b/spec/services/notes/create_service_spec.rb
@@ -11,7 +11,6 @@ describe Notes::CreateService do
project.team << [user, :master]
opts = {
note: 'Awesome comment',
- description: 'please fix',
noteable_type: 'Issue',
noteable_id: issue.id
}