On Sunday, April 1, 2012 9:34:00 PM UTC-5, Bradley wrote:
>
> I have some let and before declarations that I want to define for all of
> my tests. I can't seem to figure out how to do this in a clean way (ie by
> including a module in my Rspec config). I don't want to have to
> include_context
On Sun, Apr 1, 2012 at 11:34 PM, Bradley wrote:
> I have some let and before declarations that I want to define for all of my
> tests. I can't seem to figure out how to do this in a clean way (ie by
> including a module in my Rspec config). I don't want to have to
> include_context for each test
I have some let and before declarations that I want to define for all of my
tests. I can't seem to figure out how to do this in a clean way (ie by
including a module in my Rspec config). I don't want to have to
include_context for each test, I just want to run some before(:all) hooks
and prov