cloudfoundry-community-attic / bosh-bootstrap

From zero to a running micro BOSH in one command line
MIT License
63 stars 46 forks source link

Fix deprecation warnings in tests by updating syntax #302

Closed teancom closed 9 years ago

teancom commented 9 years ago

Specifically, replacing 'should' with 'expect', and calls to 'stub' with 'allow', as per https://github.com/rspec/rspec-mocks#method-stubs and http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax

lnguyen commented 9 years ago

+1