Sha256: ac2e3e97d547d00f5599f6fc03a84dc9ef4f6d03ba9fc69ea4854d8bebddade9
Contents?: true
Size: 511 Bytes
Versions: 6
Compression:
Stored size: 511 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require "base_crm" require "simplecov" SimpleCov.start do add_filter '/spec' end RSpec.configure do |config| end Dir.glob("#{File.dirname(__FILE__)}/support/*.rb").each { |f| require f }
Version data entries
6 entries across 6 versions & 1 rubygems