Sha256: f8fe70e2190cbc6f5beeeb4fd7f5cde5e18d770f5c5003a5b27b88b8b98b5a09

Contents?: true

Size: 573 Bytes

Versions: 11

Compression:

Stored size: 573 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 Authentication do
  before(:each) do
    @valid_attributes = {
    }
  end

  # it "should create a new instance given valid attributes" do
  #   Authentication.create!(@valid_attributes)
  # end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 spec/models/users/authentication_spec.rb
fat_free_crm-0.13.5 spec/models/users/authentication_spec.rb
fat_free_crm-0.13.4 spec/models/users/authentication_spec.rb
fat_free_crm-0.13.3 spec/models/users/authentication_spec.rb
fat_free_crm-0.13.2 spec/models/users/authentication_spec.rb
fat_free_crm-0.12.3 spec/models/users/authentication_spec.rb
fat_free_crm-0.12.2 spec/models/users/authentication_spec.rb
fat_free_crm-0.13.1 spec/models/users/authentication_spec.rb
fat_free_crm-0.12.1 spec/models/users/authentication_spec.rb
fat_free_crm-0.13.0 spec/models/users/authentication_spec.rb
fat_free_crm-0.12.0 spec/models/users/authentication_spec.rb