re-namespacing a touch

This commit is contained in:
Dan Buch
2012-04-03 23:02:32 -04:00
parent e316c95b80
commit 24e619e703
130 changed files with 0 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
require 'spec_helper'
describe MapsHelper do
#Delete this example and add some real ones or delete this file
it "is included in the helper object" do
included_modules = (class << helper; self; end).send :included_modules
included_modules.should include(MapsHelper)
end
end

View File

@@ -0,0 +1,11 @@
require 'spec_helper'
describe MashTournamentsHelper do
#Delete this example and add some real ones or delete this file
it "is included in the helper object" do
included_modules = (class << helper; self; end).send :included_modules
included_modules.should include(MashTournamentsHelper)
end
end

View File

@@ -0,0 +1,11 @@
require 'spec_helper'
describe MashesHelper do
#Delete this example and add some real ones or delete this file
it "is included in the helper object" do
included_modules = (class << helper; self; end).send :included_modules
included_modules.should include(MashesHelper)
end
end