1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Add missing mock

I'm not sure this test is useful but since it's there, it should be
complete.

https://github.com/bundler/bundler/commit/3e350089db
This commit is contained in:
David Rodríguez 2018-09-05 19:08:46 -03:00 committed by Hiroshi SHIBATA
parent 5a56f4a541
commit 2ccb3db5fb
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -263,6 +263,7 @@ RSpec.describe Bundler::SharedHelpers do
end
it "calls the appropriate set methods" do
expect(subject).to receive(:set_bundle_variables)
expect(subject).to receive(:set_path)
expect(subject).to receive(:set_rubyopt)
expect(subject).to receive(:set_rubylib)