David, thanks for your prompt reply. On 09/02/2008, at 3:43 AM, David Chelimsky wrote: > so it is up to you to ensure that shared example groups don't > get reloaded. How you do that depends on how you are running your > specs and what other config changes you've made. > > So ... how are you running your specs? Have you made any additional > config changes in terms of what files get loaded?
No changes in terms of loaded files. I'm normally running them via autotest, but invoking "script/spec spec/**/*_spec.rb" directly gives the same warnings (which is what I find weird, considering the shared example groups don't live in *_spec.rb files. Here's my spec.opts: --colour --format progress --format profile:doc/spec/slowest_examples --format html:doc/spec/report.html --loadby mtime --reverse Thanks for you help, Gerrit _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
