Sha256: 9bceeb2ec803860e2018827360180a50dd4b84edeb2761a59f0d780dc0ded684
Contents?: true
Size: 345 Bytes
Versions: 2
Compression:
Stored size: 345 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe "/home/index" do before(:each) do render 'home/index' 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/home/index]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jnicklas-courgette-0.0.2 | fixture_rails_root/spec/views/home/index.html.erb_spec.rb |
jnicklas-courgette-0.0.3 | fixture_rails_root/spec/views/home/index.html.erb_spec.rb |