You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
box-o-sand/map-mash/spec/controllers/mash_tournaments_controller...

16 lines
195 B

require 'spec_helper'
describe MashTournamentsController do
describe "GET index" do
end
describe "GET show" do
end
describe "GET new" do
end
describe "POST create" do
end
end