summaryrefslogtreecommitdiff
path: root/spec/install
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-01 12:49:57 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-12 16:46:30 +0200
commit43b4c56a64931a3b64eecbfc866404ac3c5ef883 (patch)
treecf7b8b162ec0128a4cb40e05a06369dbba63537c /spec/install
parent78ae7d9ee81cf43257ff9f8e75c05b00f7c80196 (diff)
downloadbundler-43b4c56a64931a3b64eecbfc866404ac3c5ef883.tar.gz
Remove unnecessary expectations
If bundler crashes, specs should fail anyways.
Diffstat (limited to 'spec/install')
-rw-r--r--spec/install/gemfile/path_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/install/gemfile/path_spec.rb b/spec/install/gemfile/path_spec.rb
index 5261e18bbe..d8c8904f88 100644
--- a/spec/install/gemfile/path_spec.rb
+++ b/spec/install/gemfile/path_spec.rb
@@ -227,7 +227,6 @@ RSpec.describe "bundle install with explicit source paths" do
gem "foo", :path => "#{lib_path("foo-1.0")}"
G
- expect(err).to_not include("ERROR REPORT")
expect(err).to_not include("Your Gemfile has no gem server sources.")
expect(err).to match(/is not valid. Please fix this gemspec./)
expect(err).to match(/The validation error was 'missing value for attribute version'/)