mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip open_spec.rb:L95 because ruby repo doesn't have json as default gems.
This commit is contained in:
parent
a77b3b4476
commit
d3da1d57d3
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ RSpec.describe "bundle open" do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context "when opening a default gem" do
|
context "when opening a default gem", :ruby_repo do
|
||||||
before do
|
before do
|
||||||
install_gemfile <<-G
|
install_gemfile <<-G
|
||||||
gem "json"
|
gem "json"
|
||||||
|
|
Loading…
Reference in a new issue