umts / microservices-ntdsurveys

Rails 5 microservice for tracking NTD passenger count surveys.
MIT License
0 stars 0 forks source link

Testing #20

Closed AkivaGreen closed 7 years ago

AkivaGreen commented 7 years ago

Here are the controller specs for the #19 pull request. This should add to the #7.

AkivaGreen commented 7 years ago

Hey @bgregg and @dfaulken, the Travis build seems to be failing because:

Missing secret_key_base for '#{Rails.env}' environment, set this value in config/secrets.yml"

I already have one but it seems that Travis needs one, what should I do?

dfaulken commented 7 years ago

You have one in the secrets.yml.example file. Travis needs to be instructed to copy that file to become the secrets.yml file for the duration of the test run.

AkivaGreen commented 7 years ago

This is all ready to merge, there are only some minor tweaks left for controller actions before we can close that issue regarding continuity of the page that one was on after every action.