diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-04-26 19:02:03 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-07-05 09:25:43 +0200 |
commit | 7ac854dea100036f68c9a6db063db73ff0328a1e (patch) | |
tree | 170b80c5d47f9a5cd176de629e407e8146f614ee /spec/commands/exec_spec.rb | |
parent | 156629291e003da57c85fcdda4199da0fb07833a (diff) | |
download | bundler-7ac854dea100036f68c9a6db063db73ff0328a1e.tar.gz |
Remove redundant assertion
Diffstat (limited to 'spec/commands/exec_spec.rb')
-rw-r--r-- | spec/commands/exec_spec.rb | 1 |
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 |