Sha256: f5f1168233ce5ab59bf1cbd8e85e561020ff4a3e3c93bcb50732c4e81d246bb7
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
if ENV['COVERALLS_CONFIG'] != 'nocoveralls' require 'coveralls' Coveralls.wear! end require 'factory_girl' require 'faker' require 'pose' Dir["#{File.dirname __FILE__}/factories/**/*.rb"].each {|f| require f} Dir["#{File.dirname __FILE__}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.include FactoryGirl::Syntax::Methods SpecManager.manage(config, ENV['POSE_ENV']) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pose-3.1.1 | spec/spec_helper.rb |