Module: RSpecCandy::Helpers::NewWithStubs

Defined in:
lib/rspec_candy/helpers/new_with_stubs.rb

Instance Method Summary collapse

Instance Method Details

#new_with_stubs(stubs) ⇒ Object



5
6
7
8
9
# File 'lib/rspec_candy/helpers/new_with_stubs.rb', line 5

def new_with_stubs(stubs)
  obj = new
  obj.stub_existing stubs
  obj
end