On Dec 2, 2010, at 1:34 PM, Andy Koch wrote:
> is there a listing of the Spec::Runner configuration options
> somewhere?
For RSpec-1: http://rdoc.info/gems/rspec/1.3.1/Spec/Runner/Configuration
For RSpec 2, the options get defined via metaprogramming (a great example of
the downside of metaprog
is there a listing of the Spec::Runner configuration options
somewhere?
I'm looking for a document (code is ok) that lists all the available
options and their purpose.
example,
I can see from my code that these exist...
Spec::Runner.configure do |config|
config.use_transactional_fixtures