Sha256: 2ea04615489bc70b2ee7cc44cd5529b93f3cf4917cf4758d3d5da7c090c40f73
Contents?: true
Size: 345 Bytes
Versions: 27
Compression:
Stored size: 345 Bytes
Contents
require 'rails_helper' describe "creates/show" do before(:each) do @create = assign(:create, stub_model(Create, work_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