summaryrefslogtreecommitdiff
path: root/spec/views/teams/show.html.erb_spec.rb
blob: 1d8ebd55e6368b0983ceee30367959678ab67688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'spec_helper'

describe "teams/show" do
  before(:each) do
    @team = assign(:team, stub_model(Team))
  end

  it "renders attributes in <p>" do
    render
    # Run the generator again with the --webrat flag if you want to use webrat matchers
  end
end