You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagine it would be possible to do something like Jasmine. The describe/it functions could be imported with . (like Gocheck) and take a string description and a func.
In the Ruby world, MiniTest implements a BDD style API on top of the more typical TDD API. Might be interesting.
The text was updated successfully, but these errors were encountered:
I imagine it would be possible to do something like Jasmine. The
describe/it
functions could be imported with.
(like Gocheck) and take a string description and a func.In the Ruby world, MiniTest implements a BDD style API on top of the more typical TDD API. Might be interesting.
The text was updated successfully, but these errors were encountered: