Re: [rspec-users] spork doesn't find helpers

2009-11-28 Thread Matt Wynne
I should try asking about this on http://groups.google.com/group/sporkgem On 28 Nov 2009, at 00:52, Martin wrote: I forgot to tell you the versions I'm using: spork: 0.7.3 rspec: 1.2.9 rails: 2.3.5 Hi, I'm running into a problem with spork: The helper methods in app/helpers/simpler_helper.r

Re: [rspec-users] spork doesn't find helpers

2009-11-27 Thread Martin
I forgot to tell you the versions I'm using: spork: 0.7.3 rspec: 1.2.9 rails: 2.3.5 Hi, I'm running into a problem with spork: The helper methods in app/helpers/simpler_helper.rb are not found when using spork: > rake spec (in longPath/test1) ..F.. 1) ActionView::

[rspec-users] spork doesn't find helpers

2009-11-27 Thread Martin
Hi, I'm running into a problem with spork: The helper methods in app/helpers/simpler_helper.rb are not found when using spork: > rake spec (in longPath/test1) ..F.. 1) ActionView::TemplateError in '/items/index.html.erb renders a list of items' undefined method `simple