Added an ID to the top and bottom links to "Add a New Merchant" on the Admin Merchant Index page, the test was failing because it didn't know which of the two links to click on. There are now tests for each of them.
revised the route & inbound links from post '/merchants/create' to just post '/merchants' to be more RESTful
Just a couple small changes to User Story https://github.com/turingschool-examples/little-esty-shop/issues/12 for the Admin Merchant Create feature:
post '/merchants/create'
to justpost '/merchants'
to be more RESTful