summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-18 15:02:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-18 15:02:21 +0900
commitd3da1d57d3c184298b7f6fb5083a39bd22cc9a4f (patch)
treea730db0f070655ca215807f17182d0d929f79eb8
parenta77b3b4476241b6b4246fc805ac5fc357f8c4e57 (diff)
Skip open_spec.rb:L95 because ruby repo doesn't have json as default gems.
-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 649ae06fda..98ecd9cad1 100644
--- a/spec/bundler/commands/open_spec.rb
+++ b/spec/bundler/commands/open_spec.rb
@@ -92,7 +92,7 @@ RSpec.describe "bundle open" do
end
end
- context "when opening a default gem" do
+ context "when opening a default gem", :ruby_repo do
before do
install_gemfile <<-G
gem "json"