summaryrefslogtreecommitdiff
path: root/spec/bundler/source_list_spec.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-01-15 12:57:54 -0600
committerSamuel Giddins <segiddins@segiddins.me>2017-01-15 12:57:54 -0600
commitc3320f3593b7a33bc2704f82aa711bba4d14cd43 (patch)
tree7aa6701c303b2e10b9a9db75cc830e0e393d867e /spec/bundler/source_list_spec.rb
parentb151dcdfe72b23183a916874389d725fe40e1dc5 (diff)
downloadbundler-c3320f3593b7a33bc2704f82aa711bba4d14cd43.tar.gz
Disable RSpec monkey patching
Diffstat (limited to 'spec/bundler/source_list_spec.rb')
-rw-r--r--spec/bundler/source_list_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/source_list_spec.rb b/spec/bundler/source_list_spec.rb
index 3657ac0927..6a23c8bcbf 100644
--- a/spec/bundler/source_list_spec.rb
+++ b/spec/bundler/source_list_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "spec_helper"
-describe Bundler::SourceList do
+RSpec.describe Bundler::SourceList do
before do
allow(Bundler).to receive(:root) { Pathname.new "./tmp/bundled_app" }