Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 801 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 801 Bytes

Locations API

Acts as an interface between GOV.UK's frontend applications and external APIs involved in location based services (e.g. postcode lookups).

Technical documentation

This is a Ruby on Rails app, and should follow our Rails app conventions.

Running the test suite

To run all tests and linters:

bundle exec rake

To run all tests:

bundle exec rake test

To run a single rspec file:

bundle exec rspec spec/my_spec.rb

To run all linters:

bundle exec rake lint

Further documentation

Licence

MIT LICENCE.