Sha256: 9548e69e163c5403a5d636cd3cd145608cca8ef87e956946445c650c3723496d
Contents?: true
Size: 382 Bytes
Versions: 21
Compression:
Stored size: 382 Bytes
Contents
require 'rails_helper' describe "accepts/show" do before(:each) do @accept = assign(:accept, stub_model(Accept, item_id: 1, librarian_id: 1, created_at: Time.zone.now )) 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
21 entries across 21 versions & 1 rubygems