[rspec-users] Strange behavior with using webrat in requests tests

2010-07-11 Thread Mike Gehard
Good morning, I am using Rails3 (beta4) and RSpec2 (beta 15) under RVM and am running into an interesting issue. My request tests using webrat seem to think that they are running in the development Rails environment (I know this because I get all kinds of entries in the development log) and that

Re: [rspec-users] Strange behavior with using webrat in requests tests

2010-07-11 Thread David Chelimsky
On Jul 6, 2010, at 10:43 AM, Mike Gehard wrote: Good morning, I am using Rails3 (beta4) and RSpec2 (beta 15) under RVM and am running into an interesting issue. My request tests using webrat seem to think that they are running in the development Rails environment (I know this because