rails_generators/pickle/templates/pickle.rb in pickle-0.5.3 vs rails_generators/pickle/templates/pickle.rb in pickle-0.5.4

- old
+ new

@@ -5,12 +5,12 @@ # 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 +# For FactoryBot add: features/support/factory_bot.rb # -# require 'factory_girl' +# 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>