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 `simpleFunction' for #<ActionView::Base:0x250a954>
On line #7 of app/views/items/index.html.erb
4: <tr>
5: <th>Name</th>
6: </tr>
7: <%= simpleFunction() %>
8: <% @items.each do |item| %>
9: <tr>
10: <td><%=h item.name %></td>
But 'simpeFunction' is defined in app/helpers/simpler_helper.rb.
Running rake spec without spork works correctly.
Can you point me the right direction please?
Thanks,
Martin
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users