Sha256: d2d429686f1d07490cdc029629fbd914a932f81f55aeee94c85278920116ff07
Contents?: true
Size: 212 Bytes
Versions: 17
Compression:
Stored size: 212 Bytes
Contents
require 'spec_helper' module Naf describe ApplicationController do it "should inherit from specified controller" do ApplicationController.superclass.should == Naf.controller_class end end end
Version data entries
17 entries across 17 versions & 1 rubygems