Sha256: e803fadd51979492215bb3143f872f8ce5650a1da4149d5d70eca32197c2410f
Contents?: true
Size: 559 Bytes
Versions: 25
Compression:
Stored size: 559 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe Admin::MailSettingsController do #Delete these examples and add some real ones it "should inherit from Admin::BaseController" do controller.should be_a_kind_of(Admin::BaseController) end # describe "GET 'show'" do # it "should be successful" do # get 'show' # response.should be_success # end # end # describe "GET 'edit'" do # it "should be successful" do # get 'edit' # response.should be_success # end # end end
Version data entries
25 entries across 25 versions & 3 rubygems