rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

[Development] Error while running `rspec` #60

Closed amitsavani closed 3 years ago

amitsavani commented 4 years ago

Getting following error while running rspec as well as rake/spec

An error occurred while loading spec_helper.
Failure/Error: raise "ERROR: #{params[:error]}" if params[:error]

RuntimeError:
  ERROR: invalid_client
# ./lib/zoho_hub.rb:40:in `setup_connection'
# ./spec/spec_helper.rb:19:in `<top (required)>'
No examples found.
No examples found.

Finished in 0.00002 seconds (files took 1.23 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples

Finished in 0.00002 seconds (files took 1.23 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples
rikas commented 3 years ago

This should be fixed by #62