oveits / ProvisioningEngine

Ruby on Rails based ProvisioningEngine Frontend for provisioning of legacy systems via Apache Camel Backend (SOAP/XML+SPML+File import)
3 stars 6 forks source link

Test the JSON based REST API #50

Open oveits opened 8 years ago

oveits commented 8 years ago

In the moment, only the HTTP Views of the REST API are tested via RSPEC. In future, we need to create RSPEC tests for the JSON API as well.

See also this little HowTo of Matthew Lehner.