With a rails application I'm trying to access the public/ folder from within a rspec story.
I have a controller which redirects to: /public/static_html_page.html I have a story written using webat. This story uses the above controller and it expects the redirection. This story always fails as within the story it cannot follow the redirection (Always gives a 500 error). It does not seem to be able to access any public/ content within the story. Within step file of a story this always fails: 'get /index.html' OR visits '/index.html' I looked back at ActionController::IntegrationTest which seems to be where RailsStory gets all its magic from. That lead me to believe that perhaps this was a rails issue? So I'm unsure if: 1. Accessing public/ within a story is just not supposed to be possible. 2. Accessing public/ within ActionController::IntegrationTest is not suppose to be possible. 2. Rspec has a bug 3. Rails has a bug Any ideas? This is down on Rails 2.0.2. Rspec GIT trunk Thanks, -- Joseph Wilk http://www.joesniff.co.uk -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users