Sha256: 27c7435ea8f9c6ae6f5e9e5120637f3e2d37fbe213f55b680e0e9e9587272f26
Contents?: true
Size: 652 Bytes
Versions: 15
Compression:
Stored size: 652 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe LeadsHelper 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 expect(included_modules).to include(LeadsHelper) end end
Version data entries
15 entries across 15 versions & 2 rubygems