On 3 Mag, 14:14, David Chelimsky <[email protected]> wrote:
> I see the same error (hadn't run against 1.9.2 in a while). Reported > tohttp://github.com/rspec/rspec-rails/issues/issue/41 Thanks David. I added this to my spec_helper.rb file Rspec::Mocks::Mock.module_eval do alias to_str to_s end and now it seems to work properly with no side effects, at least for now regards Andrea _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
