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
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
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