Sha256: 10574e6172bda3807a7cc51e6751821ae841b206f51e57194190087f600eab3d
Contents?: true
Size: 486 Bytes
Versions: 2
Compression:
Stored size: 486 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 'spec_helper' # Put your acceptance spec helpers inside /spec/features/support Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fat_free_crm-0.20.1 | spec/features/acceptance_helper.rb |
fat_free_crm-0.20.0 | spec/features/acceptance_helper.rb |