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