Sha256: 2bb378d13d991e76314af9bddb23e3b0072976a30843d990b03b91fad1392181
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
require 'bundler/setup' require 'cucumber' require 'blueprints_boy' # Comment out the next two lines if you're not using RSpec's matchers (should / should_not) in your steps. #require 'cucumber/rspec' BlueprintsBoy.enable do |config| config.root = File.expand_path("../../../rspec", __FILE__) config.global = :global_cherry end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blueprints_boy-1.0.0 | integration/cucumber/support/env.rb |