Sha256: ebbda46e4885f90ff625655c234e4c4d411ca6db104f189084c46234b95b4eb6
Contents?: true
Size: 339 Bytes
Versions: 36
Compression:
Stored size: 339 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe "/dog/bark" do before(:each) do render 'dog/bark' 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/dog/bark]) end end
Version data entries
36 entries across 12 versions & 3 rubygems