Sha256: 68374522ab6aac63283b6ecad99b6794eabe65ca26284e8bfeb98eca07600170

Contents?: true

Size: 429 Bytes

Versions: 6

Compression:

Stored size: 429 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'simplecov'
require 'factory_girl'
require 'citrulu'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.after do
    FactoryGirl.reload
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
citrulu-0.2.3 spec/spec_helper.rb
citrulu-0.2.2 spec/spec_helper.rb
citrulu-0.2.1 spec/spec_helper.rb
citrulu-0.2.0 spec/spec_helper.rb
citrulu-0.1.1 spec/spec_helper.rb
citrulu-0.1.0 spec/spec_helper.rb