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