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.
3e350089db
This commit is contained in:
parent
5a56f4a541
commit
2ccb3db5fb
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ RSpec.describe Bundler::SharedHelpers do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "calls the appropriate set methods" do
|
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_path)
|
||||||
expect(subject).to receive(:set_rubyopt)
|
expect(subject).to receive(:set_rubyopt)
|
||||||
expect(subject).to receive(:set_rubylib)
|
expect(subject).to receive(:set_rubylib)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue