Sha256: 587532197e874e19bd1a3c3ae99943db3a1cbf8356d4c7f60d2a49e9b76d839f
Contents?: true
Size: 1018 Bytes
Versions: 6
Compression:
Stored size: 1018 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 FactoryGirl add: features/support/factory_girl.rb # # require 'factory_girl' # 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
6 entries across 6 versions & 2 rubygems