summaryrefslogtreecommitdiff
path: root/spec/models
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2019-01-31 09:33:38 -0600
committerBrett Walker <bwalker@gitlab.com>2019-01-31 09:33:38 -0600
commitbb8fdcc17700e029e2a5bb7e195b07b9550b4e34 (patch)
tree95e7002e3a989ac0a0ab2859deaae67e0d7e76a7 /spec/models
parent0e6c08f58bc7faff3c29f36141872db55cad941b (diff)
downloadgitlab-ce-bb8fdcc17700e029e2a5bb7e195b07b9550b4e34.tar.gz
Address review comments
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/concerns/cache_markdown_field_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/concerns/cache_markdown_field_spec.rb b/spec/models/concerns/cache_markdown_field_spec.rb
index 1c2646c60a4..925e2ab0955 100644
--- a/spec/models/concerns/cache_markdown_field_spec.rb
+++ b/spec/models/concerns/cache_markdown_field_spec.rb
@@ -133,7 +133,7 @@ describe CacheMarkdownField do
end
end
- context 'when a markdown field and html field are both set' do
+ context 'when a markdown field and html field are both changed' do
it do
expect(thing).not_to receive(:refresh_markdown_cache)
thing.foo = '_look over there!_'