On Dec 6, 2010, at 4:29 AM, Dean wrote:
> I'm completely new to RSpec (and fairly new to Rails, too.) I'm
> working on an existing application that has an Admin::BaseController
> and sub-controllers such as Admin:TestimonialsController:
>
> class Admin::BaseController < ApplicationController
>
I'm completely new to RSpec (and fairly new to Rails, too.) I'm
working on an existing application that has an Admin::BaseController
and sub-controllers such as Admin:TestimonialsController:
class Admin::BaseController < ApplicationController
end
class Admin::TestimonialsController < Admin: