Sha256: f79a46c18f3c8a6f1148910c33bf111ea7efafa8d49f684453d2645a6f4f1518
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 Bytes
Contents
require 'spec_helper' describe "series_statement_merges/show" do before(:each) do @series_statement_merge = assign(:series_statement_merge, FactoryGirl.create(:series_statement_merge)) end it "renders attributes in <p>" do render # Run the generator again with the --webrat flag if you want to use webrat matchers rendered.should match(/1/) # Run the generator again with the --webrat flag if you want to use webrat matchers rendered.should match(/1/) end end
Version data entries
3 entries across 3 versions & 1 rubygems