Sha256: a71beed818faa953ebedd7a2186028e3589afccf978f83e0046db0920b74cf43
Contents?: true
Size: 452 Bytes
Versions: 33
Compression:
Stored size: 452 Bytes
Contents
require 'spec_helper' describe "owns/show" do before(:each) do @own = assign(:own, stub_model(Own, :item_id => 1, :agent_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
33 entries across 33 versions & 1 rubygems