[rspec-users] Rails 2.3.2 and Cucumber 0.1.16
James Byrne
lists at ruby-forum.com
Mon Mar 16 12:28:15 EDT 2009
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/.
More information about the rspec-users
mailing list