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.
Can't get the tests passing, even running with
Tests with actual requests fail, can't understand why (some do, because it creates a workspace in my Typeform admin):
Tried changing the email in
test_base.rb, no luck.