Sha256: 883eba3a9be00fd9ac22e86df213fe179793f8e99bf4deb0af35066afbb45095
Contents?: true
Size: 456 Bytes
Versions: 75
Compression:
Stored size: 456 Bytes
Contents
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../../spec_helper' describe "/<%= class_name.underscore %>/<%= action %>" do before do render '<%= class_name.underscore %>/<%= action %>' end #Delete this example and add some real ones or delete this file it "should tell you where to find the file" do response.should have_tag('p', 'Find me in app/views/<%= class_name.underscore %>/<%= action %>.rhtml') end end
Version data entries
75 entries across 75 versions & 9 rubygems