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:
authorhhoopes <heidih@gmail.com>2016-09-03 07:25:53 +0300
committerSean McGivern <sean@gitlab.com>2016-11-25 18:23:49 +0300
commitc0931722509bba7b26ce46777b6c71f976bc4b7b (patch)
tree026da7ca128900efdb734c30e1b7cea7349a26ea /spec/mailers/notify_spec.rb
parenta761c59a6bfc4d66649910d01e4c8412bb0b40ec (diff)
Clean up rubocop complaint
Diffstat (limited to 'spec/mailers/notify_spec.rb')
-rw-r--r--spec/mailers/notify_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index 824b516f856..76ea5f6be31 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -693,7 +693,7 @@ describe Notify do
allow(Note).to receive(:find).with(note.id).and_return(note)
end
- shared_examples 'a note email on a diff' do | model |
+ shared_examples 'a note email on a diff' do |model|
let(:note) { create(model, project: project, author: note_author) }
it "includes diffs with character-level highlighting" do