Sha256: 4f6c3eddd7f6e164c2fbabc71a10fae05bb011f65aae5cb660da2101b36bb028
Contents?: true
Size: 333 Bytes
Versions: 27
Compression:
Stored size: 333 Bytes
Contents
require 'rails_helper' describe "owns/show" do before(:each) do @own = assign(:own, stub_model(Own, item_id: 1, agent_id: 1 )) 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/) end end
Version data entries
27 entries across 27 versions & 1 rubygems