Sha256: 6d14b41178ab89082d08465fa5e6dd0f99f051d3c20deb55c1c4f5f7d308e046
Contents?: true
Size: 493 Bytes
Versions: 29
Compression:
Stored size: 493 Bytes
Contents
require 'rails_helper' describe "series_statement_merges/show" do before(:each) do @series_statement_merge = assign(:series_statement_merge, FactoryBot.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
29 entries across 29 versions & 1 rubygems