1
0
Fork 0
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:
Hiroshi SHIBATA 2019-08-18 15:02:21 +09:00
parent a77b3b4476
commit d3da1d57d3
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"