[rspec-users] How can I find out which specs are being run programmatically?

2013-07-02 Thread Daniel Doubrovkine
I have a step that precompiles assets before specs are run. I don't need assets for spec groups other than views and integration. Is there a way to programmatically examine the list of files or specs (groups?) being run within a Spork.each_run or an RSpec before(:all) block? Thx dB. -- dB. | Mo

Re: [rspec-users] How can I find out which specs are being run programmatically?

2013-07-02 Thread Andy Lindeman
On 2013-07-02 11:17 , Daniel Doubrovkine wrote: I have a step that precompiles assets before specs are run. I don't need assets for spec groups other than views and integration. Is there a way to programmatically examine the list of files or specs (groups?) being run within a Spork.each_run or an

[rspec-users] Test-Driving Screencast

2013-07-02 Thread Alex Chaffee
A few months ago I gave a talk on TDD/BDD for a client. I've put up the slides, notes, and live video on my instructional site Code Like This: http://codelikethis.com/lessons/agile_development/test_driven The video's in two parts -- first a lecture on TDD/BDD concepts, then a live coding demo of