aboutsummaryrefslogtreecommitdiff
path: root/test/models
Commit message (Expand)AuthorAge
* Switch to using the public AWS domain of the build machine•••Rather than the configured domain, as the corresponding SSH key shouldn't change for the AWS domain (whereas it does for the configured domain, if the machine changes). Christopher Baines2018-06-23
* Replace the GovukGuix::BuildJob•••With a service that performs the same function, and use the MiniEnvironmentJob instead. Christopher Baines2018-06-22
* Fix some linting issues in the testsChristopher Baines2018-04-12
* Improve the test suite•••Add some tests, and setup the helpers. For some reason, directly running the test files requires the ugly `ENV['RAILS_ENV'] = 'test'` line at the top of the test_helper.rb file. Christopher Baines2018-04-03
* Remove lots of unnecessary files•••Using the Rails generator seems to generate quite a lot of unnecessary files... Christopher Baines2018-04-03
* Add backend controllers, models and views•••Also annotate existing models. Christopher Baines2018-03-29
* Add some govuk-guix related jobs•••And various other views and routes. Christopher Baines2018-03-29