Sha256: 43cc1b322cb2755dc1812234801677019fbc8c54d5162b8d0dd9a4d3f9a24d4b
Contents?: true
Size: 512 Bytes
Versions: 33
Compression:
Stored size: 512 Bytes
Contents
require 'spec_helper' describe "realizes/show" do before(:each) do @realize = assign(:realize, stub_model(Realize, :expression_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(/#{Manifestation.find(1).original_title}/) end end
Version data entries
33 entries across 33 versions & 1 rubygems