When I run the a controllers spec test on it's own I get just what I expect.

But when I run the same tests with: rake spec I get some strange errors because ApplicationHelper ends up getting mixed into my ActiveRecord model instances.

Is this normal? It seems nutty to me -- maybe it's a problem just in my 
codebase.

This is a rails 2.3.4 project using these versions of rspec and rspec-rails:

$ gem list rspec

*** LOCAL GEMS ***

rspec (1.3.0)
rspec-rails (1.3.2)

This gist shows some details of the issue: http://gist.github.com/375634

The code is in the emb-test branch of http://github.com/stepheneb/rigse
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to