Sha256: d2ac1a1caa49ab6035d4746d84e6d43b0b2e4ac409d791128eca73f92e69b118
Contents?: true
Size: 460 Bytes
Versions: 25
Compression:
Stored size: 460 Bytes
Contents
require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../../spec_helper' describe "/<%= class_name.underscore %>/<%= action %>" do before(:each) 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 %>/) end end
Version data entries
25 entries across 25 versions & 4 rubygems