Displaying 1 result from an estimated 1 matches for "mockish".
2007 Jun 12
3
rspec 1.0.x and liquid?
Is anyone else using liquid with the > 1 rspec? This seems to fail:
  it ''should render show'' do
    response.should render_template(''buyers/show'')
    get :show, :id => 1
  end
with an error like
  1)
  NoMethodError in ''/buyer GET should render show''
  You have a nil object when you didn''t expect it!
  The error occurred