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