I found where the bug was coming from: I initialize my plugins using:
For my default config: config.plugins = [ :some_plugin ] For my development environment: config.plugins = [ :all ] For some strange reason, rspec doesn't like this statement, so when I remove them all, the it now works. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
