pipedrive: fix deals when no deals are returned

This commit is contained in:
Pierre de La Morinerie 2018-07-02 13:41:47 +00:00
parent 132919260d
commit d1301762d4
3 changed files with 30 additions and 2 deletions

View file

@ -72,6 +72,7 @@ DatabaseCleaner.strategy = :transaction
TPS::Application.load_tasks
SIADETOKEN = :valid_token if !defined? SIADETOKEN
PIPEDRIVE_TOKEN = :pipedrive_test_token if !defined? PIPEDRIVE_TOKEN
include Warden::Test::Helpers