Sha256: 470698d32bbcf859dd8a5c0c4d4fe781ed20abfb34e12f284ed11f62fa459e94
Contents?: true
Size: 453 Bytes
Versions: 51
Compression:
Stored size: 453 Bytes
Contents
require 'spec_helper' describe "owns/show" do before(:each) do @own = assign(:own, stub_model(Own, :item_id => 1, :patron_id => 1 )) @ability = Object.new @ability.extend(CanCan::Ability) controller.stub(:current_ability) { @ability } 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
51 entries across 51 versions & 1 rubygems