puppetlabs / gatling-puppet-load-test

34 stars 44 forks source link

(SLV-588) Fix deprecated rspec stubs #355

Closed johnduarte closed 4 years ago

johnduarte commented 4 years ago

This commit replaces deprecated rspec stubs with allow(Obj).to receive(:message).and_return(obj) syntax. The Rakefile option to create a deprecations log has been removed.