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:
authorHeinrich Lee Yu <hleeyu@gmail.com>2018-12-31 11:39:43 +0300
committerHeinrich Lee Yu <hleeyu@gmail.com>2019-01-07 06:16:58 +0300
commite2698d5d7455d91fa94f9bbf1fc838f8cb142700 (patch)
tree900a7abd2983a5a31843c25a13ce06898c1e02d6 /spec/services/upload_service_spec.rb
parent63e9969ca3ac57839b78d9cc44bcf32bc9a45248 (diff)
Improve email messages
Also refactored cleanup view to use the same localized string
Diffstat (limited to 'spec/services/upload_service_spec.rb')
-rw-r--r--spec/services/upload_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/upload_service_spec.rb b/spec/services/upload_service_spec.rb
index 57382c4bc8d..4a809d5bf18 100644
--- a/spec/services/upload_service_spec.rb
+++ b/spec/services/upload_service_spec.rb
@@ -63,7 +63,7 @@ describe UploadService do
@link_to_file = upload_file(@project, txt)
end
- it { expect(@link_to_file).to eq(nil) }
+ it { expect(@link_to_file).to eq({}) }
end
end