Sha256: 4086acef4975b0a88a26976594fe61a3d102b99b73ec4729bbbe01886174f119

Contents?: true

Size: 483 Bytes

Versions: 3

Compression:

Stored size: 483 Bytes

Contents

require 'cucumber'
require 'active_record'
require 'pathname'
Root = Pathname.new(__FILE__).dirname.join('..', '..')
$: << Root.join('lib').to_s

require 'blueprints'
require File.dirname(__FILE__) + "/../../spec/support/active_record/initializer"

# Comment out the next two lines if you're not using RSpec's matchers (should / should_not) in your steps.
#require 'cucumber/rspec'

Blueprints.enable do |config|
  config.root = Root.join('spec')
  config.prebuild = :big_cherry
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blueprints-1.0.1 features/support/env.rb
blueprints-1.0.0 features/support/env.rb
blueprints-0.9.0 features/support/env.rb