Sha256: 0eadb831655dc10346c65b86953da0dca6d0f00858bff9c272877832286a31e5
Contents?: true
Size: 572 Bytes
Versions: 15
Compression:
Stored size: 572 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
15 entries across 15 versions & 2 rubygems