[rspec-users] Can't delete app/helpers
Chris Olsen
lists at ruby-forum.com
Fri Nov 2 10:58:20 EDT 2007
Hans de Graaff wrote:
> Looks like you still have a (possibly generated?) spec for this helper.
>
> Kind regards,
>
> Hans
I do, but the issue is that it requires the
app/helpers/addresses_helper.rb file, which is that one that I am trying
to delete.
`load_missing_constant': Expected
/Users/chris/Documents/Projects/Rails/MyProject/trunk/config/../app/helpers/addresses_helper.rb
to define AddressesHelper (LoadError)
I seem to remember being able to delete helpers. I would think that
these auto references that exist would check if the file exists before
trying to include them. Is this not possible?
Thanks for the help.
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list