Sha256: cfc9af2e9e4cf2627408678195bd3380933312b6a6a71e10c8ceee63920176a9

Contents?: true

Size: 479 Bytes

Versions: 11

Compression:

Stored size: 479 Bytes

Contents

PROJECT_ROOT_PATH = File.dirname(File.dirname(File.dirname(__FILE__)))

require 'simplecov'
SimpleCov.command_name 'cucumber'
SimpleCov.start

# Pull in all of the gems including those in the `test` group
require 'bundler'
Bundler.require :default, :test, :development

ENV['TEST'] = 'true'
ENV["AUTOLOAD_SPROCKETS"] = "true"

require "middleman-core"
require "middleman-core/step_definitions"
require File.join(PROJECT_ROOT_PATH, 'lib', 'middleman-sprockets')
require "erubis"

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
middleman-sprockets-3.5.0 features/support/env.rb
middleman-sprockets-4.0.0.rc.1 features/support/env.rb
middleman-sprockets-4.0.0.beta.1 features/support/env.rb
middleman-sprockets-3.4.2 features/support/env.rb
middleman-sprockets-3.4.1 features/support/env.rb
middleman-sprockets-3.3.10 features/support/env.rb
middleman-sprockets-3.3.9 features/support/env.rb
middleman-sprockets-3.3.8 features/support/env.rb
middleman-sprockets-3.3.7 features/support/env.rb
middleman-sprockets-cj-3.3.6 features/support/env.rb
middleman-sprockets-3.3.6 features/support/env.rb