summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/open_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-03 20:47:59 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit596588c6978b1bef4a19328a978ff063d05cb6ab (patch)
tree0b7a60bb05dff1fc33f1d93f09d2a86523dbfc58 /spec/bundler/commands/open_spec.rb
parenta572e78201e1a4f5a44b6e354dc7b91f5f6d9c93 (diff)
[rubygems/rubygems] s/ruby!/ruby
https://github.com/rubygems/rubygems/commit/a73fa0760e
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'spec/bundler/commands/open_spec.rb')
-rw-r--r--spec/bundler/commands/open_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/open_spec.rb b/spec/bundler/commands/open_spec.rb
index 0688734b23..d18e620783 100644
--- a/spec/bundler/commands/open_spec.rb
+++ b/spec/bundler/commands/open_spec.rb
@@ -94,7 +94,7 @@ RSpec.describe "bundle open" do
context "when opening a default gem" do
let(:default_gems) do
- ruby!(<<-RUBY).split("\n")
+ ruby(<<-RUBY).split("\n")
if Gem::Specification.is_a?(Enumerable)
puts Gem::Specification.select(&:default_gem?).map(&:name)
end