Sha256: 551464047593b900aa186d6aca0722b74355455bbdab3daa896e0f92d431ad2e

Contents?: true

Size: 670 Bytes

Versions: 11

Compression:

Stored size: 670 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 AuthenticationsHelper 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(AuthenticationsHelper)
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.13.5 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.13.4 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.13.3 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.13.2 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.12.3 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.12.2 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.13.1 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.12.1 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.13.0 spec/helpers/authentications_helper_spec.rb
fat_free_crm-0.12.0 spec/helpers/authentications_helper_spec.rb