Sha256: f9a9b8531f122975e6f2e04d3125ba1c3351ff396e3509eec4d049a2d7abe762

Contents?: true

Size: 658 Bytes

Versions: 15

Compression:

Stored size: 658 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 ContactsHelper 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(ContactsHelper)
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.15.2 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.16.4 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.14.1 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.15.1 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.16.3 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.16.2 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.16.1 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.16.0 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.15.0 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.15.0.beta.2 spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.15.0.beta spec/helpers/contacts_helper_spec.rb
fat_free_crm-0.14.0 spec/helpers/contacts_helper_spec.rb
reduced_fat_crm-0.15.0.beta spec/helpers/contacts_helper_spec.rb
reduced_fat_crm-0.14.0 spec/helpers/contacts_helper_spec.rb