Sha256: 75200907fab83a075921e458f4551cc43966c150d21932ed15ff9872f11870b9
Contents?: true
Size: 390 Bytes
Versions: 86
Compression:
Stored size: 390 Bytes
Contents
require 'spec_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
86 entries across 86 versions & 3 rubygems