summaryrefslogtreecommitdiff
path: root/spec/rubocop
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2018-08-28 16:02:48 +0200
committerJacopo <beschi.jacopo@gmail.com>2018-08-29 16:56:34 +0200
commit4a37cd0dc08ccef417a423b3a9a91b33c26c4199 (patch)
treec1e18140d24742d367cee77a6785608f460f4ada /spec/rubocop
parente3e746623b2fa6c45dab66dd1618810a53cdecd8 (diff)
downloadgitlab-ce-4a37cd0dc08ccef417a423b3a9a91b33c26c4199.tar.gz
Minor renames for clarity
Diffstat (limited to 'spec/rubocop')
-rw-r--r--spec/rubocop/cop/prefer_class_methods_over_module_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rubocop/cop/prefer_class_methods_over_module_spec.rb b/spec/rubocop/cop/prefer_class_methods_over_module_spec.rb
index ec60a651f31..4739f0e6c47 100644
--- a/spec/rubocop/cop/prefer_class_methods_over_module_spec.rb
+++ b/spec/rubocop/cop/prefer_class_methods_over_module_spec.rb
@@ -93,6 +93,6 @@ describe RuboCop::Cop::PreferClassMethodsOverModule do
end
end
RUBY
- expect(autocorrected).to eql(expected_source)
+ expect(autocorrected).to eq(expected_source)
end
end