aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_specification.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-11 16:45:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-12 17:24:43 +0900
commit129bc04ab7fb36f8a9e89cbe0264918bd7cc1d02 (patch)
tree85a524982abb5cd31b9f2cb963ab49f1c63eceaa /test/rubygems/test_gem_specification.rb
parent00f5b4b54614d28941fd31f93eaf36357bd8c099 (diff)
downloadruby-129bc04ab7fb36f8a9e89cbe0264918bd7cc1d02.tar.gz
[rubygems/rubygems] util/rubocop -a
https://github.com/rubygems/rubygems/commit/a10ff97830
Diffstat (limited to 'test/rubygems/test_gem_specification.rb')
-rw-r--r--test/rubygems/test_gem_specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb
index 7e82793c90..d014eaea36 100644
--- a/test/rubygems/test_gem_specification.rb
+++ b/test/rubygems/test_gem_specification.rb
@@ -2619,7 +2619,7 @@ end
def test_to_yaml
yaml_str = @a1.to_yaml
- refute_match %r|!!null|, yaml_str
+ refute_match %r{!!null}, yaml_str
same_spec = Gem::Specification.from_yaml(yaml_str)