mockdeep / better

Open. Democratic. Project management platform.
bettermeans.com
51 stars 19 forks source link

Get test and heckle coverage up to 100% #11

Open mockdeep opened 11 years ago

mockdeep commented 11 years ago

Heckle command pending...

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

mockdeep commented 11 years ago

spec <path to spec> --heckle <class to test and optionally method>

e.g.

spec spec/models/user_spec.rb --heckle User#before_create

Use . in place of # for class methods.