Sha256: 4802fb254cef968fa7b6ec3f29c021db054b2cb6627419cc584998f29e203433
Contents?: true
Size: 473 Bytes
Versions: 34
Compression:
Stored size: 473 Bytes
Contents
require 'spec_helper' describe "series_statement_relationships/show" do before(:each) do @series_statement_relationship = assign(:series_statement_relationship, stub_model(SeriesStatementRelationship, :parent_id => 1, :child_id => 2 )) 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/) rendered.should match(/2/) end end
Version data entries
34 entries across 34 versions & 1 rubygems