I love conventions. But I am trying to write tests for an API,which lives in ... api. I need to be making http requests, so all my tests work when put in spec/requests. How can I make that spec/api? (Obviously renaming requests into api doesn't bring in the code that lets me do GETs). _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users
- [rspec-users] How can I add another 'requests'-like folder... dblock