Re: [rspec-users] undefined method `white_list_sanitizer'

2008-11-18 Thread David Chelimsky
On Tue, Nov 18, 2008 at 11:36 AM, Matt McNeil <[EMAIL PROTECTED]> wrote: > > Hi there, > After upgrading to the latest Rails RC (2.2.0) and rspec 1.1.11, I'm getting > the following error in my specs (but not in the application itself): > > NoMethodError in 'ApplicationHelper#truncate_text truncate

[rspec-users] undefined method `white_list_sanitizer'

2008-11-18 Thread Matt McNeil
Hi there, After upgrading to the latest Rails RC (2.2.0) and rspec 1.1.11, I'm getting the following error in my specs (but not in the application itself): NoMethodError in 'ApplicationHelper#truncate_text truncates text to 270 characters' undefined method `white_list_sanitizer' for Spec::Rails::