Sha256: 4887c10e86fad42932e67d4fd7724aa554e2091912284e09dc550f0ee7dd217f
Contents?: true
Size: 1015 Bytes
Versions: 10
Compression:
Stored size: 1015 Bytes
Contents
# this file generated by script/generate pickle [paths] [email] # # Make sure that you are loading your factory of choice in your cucumber environment # # For machinist add: features/support/machinist.rb # # require 'machinist/active_record' # or your chosen adaptor # require File.dirname(__FILE__) + '/../../spec/blueprints' # or wherever your blueprints are # # For FactoryBot add: features/support/factory_bot.rb # # require 'factory_bot' # require File.dirname(__FILE__) + '/../../spec/factories' # or wherever your factories are # # For Fabrication, just include it in the adapter list when configuring pickle as explained below. # # You may also need to add gem dependencies on your factory of choice in <tt>config/environments/cucumber.rb</tt> require 'pickle/world' # Example of configuring pickle: # # Pickle.configure do |config| # config.adapters = [:machinist] # config.map 'I', 'myself', 'me', 'my', :to => 'user: "me"' # end require 'pickle/path/world' require 'pickle/email/world'
Version data entries
10 entries across 10 versions & 1 rubygems