box-o-sand/map-mash/spec/helpers/maps_helper_spec.rb
2012-04-03 23:02:32 -04:00

12 lines
290 B
Ruby

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