summaryrefslogtreecommitdiff
path: root/spec/models/state_note_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 06:09:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 06:09:01 +0000
commitfa7ac2663b53f61551b9db51f16d55fa4e5b74c3 (patch)
tree0cbf33baee16b10803c1d23ec9e0c06e238e43f5 /spec/models/state_note_spec.rb
parent4870899d6cec693b58acbef91636e1310160fa28 (diff)
downloadgitlab-ce-fa7ac2663b53f61551b9db51f16d55fa4e5b74c3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/state_note_spec.rb')
-rw-r--r--spec/models/state_note_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/state_note_spec.rb b/spec/models/state_note_spec.rb
index d3409315e41..5249c1be9ca 100644
--- a/spec/models/state_note_spec.rb
+++ b/spec/models/state_note_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe StateNote do
+RSpec.describe StateNote do
describe '.from_event' do
let_it_be(:author) { create(:user) }
let_it_be(:project) { create(:project, :repository) }