Re: [rspec-users] using fakeweb only if flag is given

2012-03-01 Thread David Chelimsky
On Mar 1, 2012, at 4:00 AM, bernhard stoecker wrote: > Hi, > > I'm using the gem fakeweb to simulate the comunication between my > ruby-app and different other apps when running my rspecs. The advantage > is, that the specs work much faster and it is not nessessary that the > other apps are curre

[rspec-users] using fakeweb only if flag is given

2012-03-01 Thread bernhard stoecker
Hi, I'm using the gem fakeweb to simulate the comunication between my ruby-app and different other apps when running my rspecs. The advantage is, that the specs work much faster and it is not nessessary that the other apps are currently avalable. But for testing the integration of my app, it is of