Sha256: 3a5fc3790f176004430e951acd1ca2aea5eb7b6a87b9c1beb2b28fd575a26414
Contents?: true
Size: 477 Bytes
Versions: 82
Compression:
Stored size: 477 Bytes
Contents
require File.expand_path(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', %r[Find me in app/views/<%= class_name.underscore %>/<%= action %>]) end end
Version data entries
82 entries across 82 versions & 13 rubygems