okleinschmidt / wdmc

The missing CLI Client for Western Digital MyCloud NAS Systems.
MIT License
14 stars 3 forks source link

Add test support #9

Closed tdilauro closed 6 years ago

tdilauro commented 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