On Feb 1, 5:02 pm, Bartosz Blimke <
bartosz.bli...@gmail.com> wrote:
> What about declaring the stub in a spec_helper.rb ?
>
> Rspec.configure do |config|
> config.before :each do
> stub_request(.....)
> end
> end
>
> Bartosz
Ah - perfect! I didn't know you could declare a stub like that. (Uh,
can you point me to documentation for Rpec.configure ... ?)
Thanks.
- ff