rails_generators/pickle/templates/pickle.rb in pickle-0.4.8 vs rails_generators/pickle/templates/pickle.rb in pickle-0.4.9

- old
+ new

@@ -11,10 +11,12 @@ # 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: # @@ -23,6 +25,6 @@ # 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 -%> \ No newline at end of file +<%- end -%>