re-namespacing a touch

This commit is contained in:
Dan Buch
2012-04-03 23:02:32 -04:00
parent 62d2e11e31
commit 38c85ad7c7
122 changed files with 19625 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
require 'spec_helper'
describe MapsController do
describe "GET index" do
end
describe "GET show" do
end
describe "GET new" do
end
describe "POST create" do
end
end

View File

@@ -0,0 +1,15 @@
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

View File

@@ -0,0 +1,4 @@
require 'spec_helper'
describe MashesController do
end