config/general.rb in leap_salesforce-0.2.13 vs config/general.rb in leap_salesforce-0.2.14
- old
+ new
@@ -2,8 +2,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'
end
ENV['SF_USERNAME'] = 'samuel.garratt@brave-otter-ttxype.com'
\ No newline at end of file