Re: [rspec-users] Can't delete app/helpers

2007-11-03 Thread Hans de Graaff
On Fri, 2007-11-02 at 15:58 +0100, Chris Olsen wrote: > 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

Re: [rspec-users] Can't delete app/helpers

2007-11-02 Thread Chris Olsen
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/c

Re: [rspec-users] Can't delete app/helpers

2007-11-01 Thread Hans de Graaff
On Fri, 2007-11-02 at 00:39 +0100, Chris Olsen wrote: > > A stacktrace would help > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S > script/spec -O spec/spec.opts spec/views/addresses/show.rhtml_spec.rb > spec/helpers/addresses_helper_spec.rb Looks like you still h

Re: [rspec-users] Can't delete app/helpers

2007-11-01 Thread Chris Olsen
> A stacktrace would help /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S script/spec -O spec/spec.opts spec/views/addresses/show.rhtml_spec.rb spec/helpers/addresses_helper_spec.rb spec/views/addresses/index.rhtml_spec.rb spec/views/addresses/edit.rhtml_spec.rb spec

Re: [rspec-users] Can't delete app/helpers

2007-11-01 Thread aslak hellesoy
A stacktrace would help On 11/1/07, Chris Olsen <[EMAIL PROTECTED]> wrote: > I would like to remove some unused helpers from the app/helpers dir, but > when I do so my specs fail. > > Why is this? I don't see where those helpers are referenced within the > tests. Is there a way to delete these un

[rspec-users] Can't delete app/helpers

2007-11-01 Thread Chris Olsen
I would like to remove some unused helpers from the app/helpers dir, but when I do so my specs fail. Why is this? I don't see where those helpers are referenced within the tests. Is there a way to delete these unused files? Thanks -- Posted via http://www.ruby-forum.com/. __