Sha256: 9757a14caa55b0379c64b5ac7aac389a3ad2b36628f29fea9a9e76685c0695db

Contents?: true

Size: 317 Bytes

Versions: 5

Compression:

Stored size: 317 Bytes

Contents

ENV["ICS_PLATFORM_ENV"] ||= "test"

require_relative('../config/environment')

# Require spec helpers from Wukong
require 'wukong/spec_helpers'

Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |path| require path }

RSpec.configure do |config|
  config.mock_with :rspec
  include Wukong::SpecHelpers
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wukong-deploy-0.2.0 templates/spec/spec_helper.rb.erb
wukong-deploy-0.1.1 templates/spec/spec_helper.rb.erb
wukong-deploy-0.1.0 templates/spec/spec_helper.rb.erb
wukong-deploy-0.0.2 templates/spec/spec_helper.rb.erb
wukong-deploy-0.0.1 templates/spec/spec_helper.rb.erb