Re: [rspec-users] configuration options

2010-12-02 Thread David Chelimsky
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

[rspec-users] configuration options

2010-12-02 Thread Andy Koch
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