Sha256: ef4074c9425b1e7014d1613396a70de3b02638f558331397a487604e8e5f67cb
Contents?: true
Size: 425 Bytes
Versions: 6
Compression:
Stored size: 425 Bytes
Contents
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../spec_helper' describe <%= controller_class_name %>Helper do #Delete this example and add some real ones or delete this file it "should be included in the object returned by #helper" do included_modules = (class << helper; self; end).send :included_modules included_modules.should include(<%= controller_class_name %>Helper) end end
Version data entries
6 entries across 6 versions & 1 rubygems