Sha256: 215df74b763805060f337842fbfebcb8d9c58faaaabe114addf54769c93c4dac
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe UserSessionsHelper 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(UserSessionsHelper) end end
Version data entries
5 entries across 5 versions & 1 rubygems