cfcosta / minitest-firemock

Makes your MiniTest mocks more resilient.
31 stars 1 forks source link

Documentation fix #2

Closed subrahmanyam closed 10 years ago

cfcosta commented 10 years ago

Merged! Thanks for the fix, and I'll be happy to have you contributing again to this project :)

subrahmanyam commented 10 years ago

@cfcosta It would be appreciated if you give elaboration on TODO items so that I can give a try.

cfcosta commented 10 years ago

Rspec just implemented something like rspec-fire, so I guess the only TODO item is verify how it works and check if we can implement something like it. Also, minitest/mock changed a little to have a mock syntax on the tests, with block calls for automatic verification.

On Tue, Jan 21, 2014 at 10:51 AM, subrahmanyam notifications@github.comwrote:

@cfcosta https://github.com/cfcosta I would appreciated if you give elaboration on TODO items so that I can give a try.

— Reply to this email directly or view it on GitHubhttps://github.com/cfcosta/minitest-firemock/pull/2#issuecomment-32872120 .

Cainã Costa