Sha256: 565796d1082e943da9d27777cd2eee629e0f5075f0ed2c454eaf17b629a018c8

Contents?: true

Size: 691 Bytes

Versions: 10

Compression:

Stored size: 691 Bytes

Contents

# frozen_string_literal: true

# 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 PasswordsHelper 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(PasswordsHelper)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fat_free_crm-0.20.1 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.20.0 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.19.2 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.19.0 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.18.2 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.17.3 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.18.1 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.18.0 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.17.2 spec/helpers/passwords_helper_spec.rb
fat_free_crm-0.17.1 spec/helpers/passwords_helper_spec.rb