[rspec-users] [OT] Using Git / Pivotal Tracker? Want improved open source tooling around the two?

2012-04-02 Thread Zach Dennis
We're taking a survey for Git / Pivotal Tracker integration related to open source tooling. There's been a certain pain point in the tools that are out there or that lack integration (or flexibility to easily add integration). If you're using both would you be kind enough to check out this survey?

Re: [rspec-users] using shared_context in a global way

2012-04-02 Thread David Chelimsky
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

[rspec-users] using shared_context in a global way

2012-04-02 Thread Bradley
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