Displaying 1 result from an estimated 1 matches for "christophsturm".
2007 Apr 17
8
problem with rspec_on_rails and @controller.should_receive(:render) in trunk
...>false)
xhr :get,:new
end
and the controller:
def new
render :layout=>false
end
I would have loved to create a failing testcase for this, but I
couldnt get the rspec test suite running, if i do a simple "rake" in
the root rspec directory i get this error:
(in /Users/christophsturm/Projects/rspec/example_rails_app)
** Invoke pre_commit (first_time)
** Execute pre_commit
#####################################################
running pre_commit against rails edge
#####################################################
#####################################################
ruby scri...