summaryrefslogtreecommitdiff
path: root/spec/other/platform_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/other/platform_spec.rb
parentb151dcdfe72b23183a916874389d725fe40e1dc5 (diff)
downloadbundler-c3320f3593b7a33bc2704f82aa711bba4d14cd43.tar.gz
Disable RSpec monkey patching
Diffstat (limited to 'spec/other/platform_spec.rb')
-rw-r--r--spec/other/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb
index 7aa0d0f8ea..6adbcef111 100644
--- a/spec/other/platform_spec.rb
+++ b/spec/other/platform_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "spec_helper"
-describe "bundle platform" do
+RSpec.describe "bundle platform" do
context "without flags" do
it "returns all the output" do
gemfile <<-G