Explores RSpec Mocks (just method stubs, at the moment).
Go to file
R. Tyler Croy ede3e2f824 Verify that the classmethod stubs don't persist across blocks 2012-02-14 09:49:56 -08:00
lib initial commit 2012-02-14 08:22:18 -08:00
spec Verify that the classmethod stubs don't persist across blocks 2012-02-14 09:49:56 -08:00
Gemfile initial commit 2012-02-14 08:22:18 -08:00
Gemfile.lock initial commit 2012-02-14 08:22:18 -08:00
README.md initial commit 2012-02-14 08:22:18 -08:00

README.md

Demonstrates use of stubbing methods using RSpec Mocks (and RSpec Expectations).

You can learn about RSpec at https://www.relishapp.com/rspec

To run the tests: "rspec spec/"