box-o-sand/rails/map-mash/spec/helpers/mashes_helper_spec.rb
2012-03-04 11:51:35 -05:00

12 lines
294 B
Ruby

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