Sha256: 6658c240be1c4539fa5b7cea9904ca23bd206294aed559d5ca47defba2f0768a
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe Admin::ProductCategoriesHelper do #Delete this example and add some real ones or delete this file it "should be included in the object returned by #helper" do included_modules = (class << helper; self; end).send :included_modules included_modules.should include(Admin::ProductCategoriesHelper) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin_assistant-1.0.1 | test_rails_app/spec/helpers/admin/product_categories_helper_spec.rb |