Sha256: 458698792d1239b55465a6339cfb7a498a266463eaf046e4b70ecb5e644805ca
Contents?: true
Size: 1.06 KB
Versions: 10
Compression:
Stored size: 1.06 KB
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 <%- if pickle_path -%>require 'pickle/path/world' <%- end -%> <%- if pickle_email -%>require 'pickle/email/world' <%- end -%>
Version data entries
10 entries across 10 versions & 1 rubygems