config/general.rb in leap_salesforce-1.4.4 vs config/general.rb in leap_salesforce-1.5.0
- old
+ new
@@ -6,8 +6,9 @@
# Add users to LeapSalesforce context. First user is the default
module LeapSalesforce
Users.add User.new :admin, 'samuel.garratt@brave-otter-ttxype.com'
Users.add User.new :not_there, 'not.there@brave-otter-ttxype.com'
Users.add User.new :cet, 'test.cet@brave-otter-ttxype.com'
+ Users.add User.new :extra, 'test.extra@brave-otter-ttxype.com'
end
ENV['SF_USERNAME'] = 'samuel.garratt@brave-otter-ttxype.com'