diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-04 12:21:01 +0100 |
|---|---|---|
| committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-04 19:25:30 +0100 |
| commit | a4c2a86fd9450e6824ed79a852ab1ab7ee45320e (patch) | |
| tree | 13bd1f8d10820bda3f5c2d9cb54219d8505a2be5 /spec/support | |
| parent | d88d2b4e1a46706a14c8eb821c76aab2775209ff (diff) | |
| download | bundler-a4c2a86fd9450e6824ed79a852ab1ab7ee45320e.tar.gz | |
Auto-correct `Style/MutableConstant` rubocop offenses
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/matchers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers.rb b/spec/support/matchers.rb index fb124b30cc..2e2c51edfa 100644 --- a/spec/support/matchers.rb +++ b/spec/support/matchers.rb @@ -60,7 +60,7 @@ module Spec end end - MAJOR_DEPRECATION = /^\[DEPRECATED\]\s*/ + MAJOR_DEPRECATION = /^\[DEPRECATED\]\s*/.freeze RSpec::Matchers.define :eq_err do |expected| diffable |
