Sha256: a09ec6cca5858524e00371684b09a60d452c1caad69fc7b5466dd87eb55e9bba

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

# encoding: utf-8
require 'aruba/cucumber'

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

# middleman
require 'middleman-core'
require 'middleman-core/step_definitions'
require 'middleman-presentation/features/step_definitions'

# 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'] = 'false'

PROJECT_ROOT_PATH = File.expand_path('../../../', __FILE__)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-presentation-helpers-0.0.2 features/support/env.rb