Sha256: 20002067bf31f10962e276c2df2b65af1b6dd88a29324f80abdc333647e40a1b
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe Admin::Products2Helper 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::Products2Helper) 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/products2_helper_spec.rb |