Sha256: d5cadc41f24421989f43df4b87ab23987f7c38da10f9e82b39a52dbd322ab96a
Contents?: true
Size: 338 Bytes
Versions: 3
Compression:
Stored size: 338 Bytes
Contents
require File.dirname(__FILE__) + '/../../spec_helper' describe "/reviews/submit" do before do render 'reviews/submit' 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/reviews/submit.rhtml') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_reviews-0.50.1 | spec/views/reviews/submit_view_spec.rb |
spree_reviews-0.50.0 | spec/views/reviews/submit_view_spec.rb |
spree_reviews-0.30.0 | spec/views/reviews/submit_view_spec.rb |