Displaying 1 result from an estimated 1 matches for "testing_crud".
2007 Mar 19
0
action_web_services error with rspec_on_rails
...ass.new
(CrudResourceController))
end
#CommentController.class_eval { join_models :post }
controller_name ''comment''
end
context "join_model" do
one_join_model_setup
end
## spec two
require File.dirname(__FILE__) + ''/../spec_helper''
def testing_crud_setup
unless defined? TestingCrudController
Object.const_set("TestingCrudController", Class.new
(CrudResourceController))
end
controller_name ''testing_crud''
end
context "An Inherited Controller" do
testing_crud_setup
specify "should...