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/rails/map-mash/spec/helpers/mash_tournaments_helper_spe...

12 lines
312 B

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