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