summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-01-30 18:24:58 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-24 14:56:38 -0300
commitff73899d27ce0d2aa875aa24e8e53f1ce6429dfc (patch)
treed902dd8f4145920c8720f7989fbfb769f30fb288
parent1bd53e3d930e4f915db5536c68b1ed7282304045 (diff)
downloadbundler-remove_unnecessary_assertion_exclusion.tar.gz
Remove unnecessary assertion exclusionremove_unnecessary_assertion_exclusion
I think this was a bad fix and it's no longer necessary.
-rw-r--r--spec/commands/exec_spec.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 492907743a..acf12ced79 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -843,10 +843,7 @@ __FILE__: #{path.to_s.inspect}
expect(bundle!("exec #{file}", :artifice => nil)).to eq(expected)
expect(bundle!("exec bundle exec #{file}", :artifice => nil)).to eq(expected)
expect(bundle!("exec ruby #{file}", :artifice => nil)).to eq(expected)
- # Ignore expectation for default bundler gem conflict.
- unless ENV["BUNDLER_SPEC_SUB_VERSION"]
- expect(run!(file.read, :artifice => nil)).to eq(expected)
- end
+ expect(run!(file.read, :artifice => nil)).to eq(expected)
end
# sanity check that we get the newer, custom version without bundler