From c3320f3593b7a33bc2704f82aa711bba4d14cd43 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Sun, 15 Jan 2017 12:57:54 -0600 Subject: Disable RSpec monkey patching --- spec/other/platform_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/other/platform_spec.rb') 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 -- cgit v1.2.1