Getting at least one tournament working!
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe "/mash_tournaments/show.html.erb" do
|
||||
include MashTournamentsHelper
|
||||
before(:each) do
|
||||
assigns[:mash_tournament] = @mash_tournament = stub_model(MashTournament)
|
||||
end
|
||||
|
||||
it "renders attributes in <p>" do
|
||||
render
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user