One place for service teams to find styles, components and patterns for designing government services.
We are using RSpec for our unit and integration tests. You can run the tests from command line by running:
bundle exec rspec
When changes are pushed to GitHub Travis will:
- run the tests
- run the
middleman build
command to ensure that the site can be generated
If any of these fail, this will be reported in the GitHub status checks interface.