summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-02-13 18:39:47 +1100
committerColby Swandale <colby@taplaboratories.com>2017-02-13 18:39:47 +1100
commit80c17a3f4daa562afad011b265ed575e235d11ce (patch)
tree80dcb79e80e17ba1f17990fa15a10c2c759c8a32
parent341d2649f0a8061dbee0268ab6ed1e78931deac7 (diff)
downloadbundler-80c17a3f4daa562afad011b265ed575e235d11ce.tar.gz
fix breaking test with missing `RSpec.`
-rw-r--r--spec/commands/info_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/info_spec.rb b/spec/commands/info_spec.rb
index 5be60679f5..76ff0db29d 100644
--- a/spec/commands/info_spec.rb
+++ b/spec/commands/info_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "spec_helper"
-describe "bundle info" do
+RSpec.describe "bundle info" do
context "info from specific gem in gemfile" do
before do
install_gemfile <<-G