re-namespacing a touch
This commit is contained in:
11
map-mash/spec/helpers/maps_helper_spec.rb
Normal file
11
map-mash/spec/helpers/maps_helper_spec.rb
Normal 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
|
11
map-mash/spec/helpers/mash_tournaments_helper_spec.rb
Normal file
11
map-mash/spec/helpers/mash_tournaments_helper_spec.rb
Normal 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
|
11
map-mash/spec/helpers/mashes_helper_spec.rb
Normal file
11
map-mash/spec/helpers/mashes_helper_spec.rb
Normal 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
|
Reference in New Issue
Block a user