James Byrne wrote: > > Now, when I start the script/server and go to the project root then I > get no errors from either R2.2.2 or R2.3.2. I am guessing that > something in R2.3.2 is changing the pwd from RAILS_ROOT for the feature > steps/tests only, since the file specified in the render statement does > exist (and is correctly displayed by an actual running application). > But, that is only a guess. >
And a wrong one. In both versions RAILS_ROOT is nil and pwd is the application root directory. So, it must be something else. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
