summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-05 19:08:46 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-04 20:44:29 +0200
commit3e350089db0f4f5d103e0835a9030bc255656cfc (patch)
tree4040fb462d5c8ba7807778a6ca01cd66d0dde7d3
parent566cce0629a0f1a4d147195a34d494306269e1cf (diff)
downloadbundler-missing_mock.tar.gz
Add missing mockmissing_mock
I'm not sure this test is useful but since it's there, it should be complete.
-rw-r--r--spec/bundler/shared_helpers_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/shared_helpers_spec.rb b/spec/bundler/shared_helpers_spec.rb
index f24d85c241..3b30a1f49f 100644
--- a/spec/bundler/shared_helpers_spec.rb
+++ b/spec/bundler/shared_helpers_spec.rb
@@ -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)