Sha256: 8febdac9873692a2efc037f54b1a55463bcb6e1a50daa78bfa7c25932964fc8d
Contents?: true
Size: 455 Bytes
Versions: 55
Compression:
Stored size: 455 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
55 entries across 55 versions & 1 rubygems