TheConstructors / QwikStubs

An online ticket selling and purchasing system that is designed to be easy and convenient to use by both sellers and purchasers.
http://qwikstubs.com/
3 stars 0 forks source link

Testing #8

Closed CommanderHamster closed 11 years ago

CommanderHamster commented 11 years ago

Added Mocha for testing mocking and stubbing. Added guard for easier testing. Added a sample controller test (basic).

ColinDKelley commented 11 years ago

We use mocha with shoulda, but I think the standard to use with rspec is https://github.com/rspec/rspec-mocks .

ColinDKelley commented 11 years ago

I love that Travis is wired in! This is awesome:

Good to merge — The Travis build passed (Details)

You guys should take some credit for that with your TA or in a spec or presentation.