Closed tdilauro closed 6 years ago
Added RSpec-based test setup for the dev environment and created some initial tests for the public HTTP GET-based methods in the Client class.
To run the tests from the project directory, try one of the following:
bundle exec rspec
or
bundle exec rspec --format doc
Added RSpec-based test setup for the dev environment and created some initial tests for the public HTTP GET-based methods in the Client class.
To run the tests from the project directory, try one of the following:
or