Re: [rspec-users] Adding custom directories in Rails app breaks RSpec testing

2010-06-09 Thread David Chelimsky
On Sat, May 29, 2010 at 10:08 PM, dyba wrote: > Hi: > > I'm trying to find out why is it when I change the Rails directory > structure like so (app/controllers/physical/) does RSpec no longer > work? I moved all my controller files to app/controllers/physical. > Everything works fine when I run th

[rspec-users] Adding custom directories in Rails app breaks RSpec testing

2010-06-09 Thread dyba
Hi: I'm trying to find out why is it when I change the Rails directory structure like so (app/controllers/physical/) does RSpec no longer work? I moved all my controller files to app/controllers/physical. Everything works fine when I run the server. But now I can't test anymore: I get this message