RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: evilgeenius
What advantages does MiniTest have over other existing testing frameworks? Other than having "Mini" in the name.
When writing a presenter from scratch, what is the best way to access the rails helpers? Inside the class I'd have a @context variable which would be used to call the view helpers,
e.g. @context.link_to "help"...
What advantages does MiniTest have over other existing testing frameworks? Other than having "Mini" in the name.
When writing a presenter from scratch, what is the best way to access the rails helpers? Inside the class I'd have a @context variable which would be used to call the view helpers,
e.g. @context.link_to "help"...