aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install/yanked_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/yanked_spec.rb')
-rw-r--r--spec/install/yanked_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/yanked_spec.rb b/spec/install/yanked_spec.rb
index 4c0c4e40..d42978ce 100644
--- a/spec/install/yanked_spec.rb
+++ b/spec/install/yanked_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "spec_helper"
-context "when installing a bundle that includes yanked gems" do
+RSpec.context "when installing a bundle that includes yanked gems" do
before(:each) do
build_repo4 do
build_gem "foo", "9.0.0"
@@ -42,7 +42,7 @@ context "when installing a bundle that includes yanked gems" do
end
end
-context "when using gem before installing" do
+RSpec.context "when using gem before installing" do
it "does not suggest the author has yanked the gem" do
gemfile <<-G
source "file://#{gem_repo1}"