summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-02-16 11:16:51 +0900
committergit <svn-admin@ruby-lang.org>2024-02-16 05:38:41 +0000
commit7b568b1f78e196ef5b130b09552e40013c82372b (patch)
treeb0c28ad795d51becdc7680cc77b5d4c7442c99d5 /spec/bundler/runtime
parent0ae4d9c1096bbf554ee4d960ed9fdf82416cf135 (diff)
[rubygems/rubygems] bin/rubocop -a
https://github.com/rubygems/rubygems/commit/f79a6a004d
Diffstat (limited to 'spec/bundler/runtime')
-rw-r--r--spec/bundler/runtime/setup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/setup_spec.rb b/spec/bundler/runtime/setup_spec.rb
index 8df2a57f96..ccfe5d55b6 100644
--- a/spec/bundler/runtime/setup_spec.rb
+++ b/spec/bundler/runtime/setup_spec.rb
@@ -1532,7 +1532,7 @@ end
RUBY
expect(last_command.stdboth).not_to include "FAIL"
- expect(err).to match /private method [`']require'/
+ expect(err).to match(/private method [`']require'/)
end
it "memoizes initial set of specs when requiring bundler/setup, so that even if further code mutates dependencies, Bundler.definition.specs is not affected" do