aboutsummaryrefslogtreecommitdiffstats
path: root/spec/cache/path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/cache/path_spec.rb')
-rw-r--r--spec/cache/path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cache/path_spec.rb b/spec/cache/path_spec.rb
index 4233b3e8..bbce4487 100644
--- a/spec/cache/path_spec.rb
+++ b/spec/cache/path_spec.rb
@@ -2,7 +2,7 @@
require "spec_helper"
%w(cache package).each do |cmd|
- describe "bundle #{cmd} with path" do
+ RSpec.describe "bundle #{cmd} with path" do
it "is no-op when the path is within the bundle" do
build_lib "foo", :path => bundled_app("lib/foo")