Typeform/create-api-gem

Tests not passing

Opened this issue · 0 comments

Can't get the tests passing, even running with

TYPEFORM_API_TOKEN="<my token>" rake test

Tests with actual requests fail, can't understand why (some do, because it creates a workspace in my Typeform admin):

Failure:
Typeform::WorkspacesTest#test_all_requests [/home/mic/dev/articule/create-api-gem/test/test_workspaces.rb:37]:
Expected: false
  Actual: true

Tried changing the email in test_base.rb, no luck.