David Chelimsky wrote: > First, the fix: in spec_helper.rb > > Spec::Runner.configure do |config| > ... > config.mock_with :mocha > ... > end >
Indeed! There was even such a line ready to be uncommented in spec_helper.rb Thank you so very much! That did indeed fix the problem nicely. - Peter -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
