We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We use RSpec to test our models, lib directory, and API. We use Cucumber for all acceptance tests.
Resources:
You can run acceptance tests with the following command:
$ cucumber features
You can run spec tests with the following command:
$ rspec spec