[rspec-users] RSpec - Testing ActiveRecord addins
James Byrne
lists at ruby-forum.com
Fri Jan 30 13:12:00 EST 2009
Pat Nakajima wrote:
> After taking another look, I think you may be able to do something
> like this to test your logger:
> https://gist.github.com/3c55cbec990f283c5399
I am not trying to test my custom logger. That part has worked for a
few weeks now.
What is happening is that RSpec is blowing up at its own logger code in
the default spec_helper.rb file. This happens whether or not ActAsFu is
installed and whether or not my custom logger is commented out in
environment.rb
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list