summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-26 19:02:03 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:29:57 +0900
commit13e5bf3454c1b13fdbb0c583fe68a73238cdffa2 (patch)
treeecf845b087580018cf1c1cda86600c417354a7ac /spec
parent2c262d137c4f679ad1b6305d747e4d116b7c6959 (diff)
downloadruby-13e5bf3454c1b13fdbb0c583fe68a73238cdffa2.tar.gz
[bundler/bundler] Remove redundant assertion
https://github.com/bundler/bundler/commit/7ac854dea1
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/exec_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb
index 8167aee3ae..3045f7229e 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/commands/exec_spec.rb
@@ -453,7 +453,6 @@ RSpec.describe "bundle exec" do
it "works when unlocked" do
bundle "exec 'cd #{tmp("gems")} && rackup'"
expect(out).to eq("1.0.0")
- expect(out).to include("1.0.0")
end
it "works when locked" do