require 'spec_helper' describe "matches/show" do before(:each) do @match = assign(:match, stub_model(Match, :tournament => nil )) end it "renders attributes in

" do render # Run the generator again with the --webrat flag if you want to use webrat matchers rendered.should match(//) end end