Sha256: e641526321278f4e7c83b8b47bd41ba4cd17919610f15100db8a68713b7c263f
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe "/surveys/show.html.erb" do include AppHelper before(:each) do @survey = mock_model(Survey) assigns[:survey] = @survey end it "should render attributes in <p>" do pending render "/surveys/show.html.erb" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
breakpointer-surveyor-0.2.0 | spec/views/app/show.html.erb_spec.rb |