Sha256: f711cccc54c35fa67dc5ba0bcd85bd72b7724c21279d0a9232b896f694270b32
Contents?: true
Size: 454 Bytes
Versions: 91
Compression:
Stored size: 454 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '<%= '/..' * controller_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
91 entries across 91 versions & 24 rubygems