Helps
Request log output in controller specs
We are getting info level log out put when running our specs from the controller examples. I don’t know how they are getting turned on nor how to turn them off
- Crickets
default host when using url helpers in regular classes
How do most projects handle the default host for url helpers when the helper is being included in presentation classes etc?
- Pass your controller to your presenter and ask the controller for url helpers
making rspec2 custom example groups
any one know how to define custom example groups in rspec and associate them with specs in a given folder.