summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-26 19:02:03 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-05 09:25:43 +0200
commit7ac854dea100036f68c9a6db063db73ff0328a1e (patch)
tree170b80c5d47f9a5cd176de629e407e8146f614ee
parent156629291e003da57c85fcdda4199da0fb07833a (diff)
downloadbundler-7ac854dea100036f68c9a6db063db73ff0328a1e.tar.gz
Remove redundant assertion
-rw-r--r--spec/commands/exec_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 8167aee3ae..3045f7229e 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/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