Acceptance testing for Cabby (A TAXII 2.x Server)
My goal is to have "interoperability" and acceptance testing done in this repository.
Install docker: Docker
- Clone repository
- Install ruby
make rspec
or make test
The default make
state is to test against the master branch of the cabby repository. To test against a release branch you can run: BUILD_BRANCH=<branch name> make