In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: âGet user profileâ.
What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer....'rake' gem 'rspec' gem 'ci\_reporter' gem 'groupdocs' Here we define...the source for gems. Then, we list the gems weâre using: gem ârakeâ...