demarches-normaliennes/spec/views/users
Pierre de La Morinerie e7dd9e36d6 specs: fix Capybara warning
Capybara logs several warnings during tests:

> Locator Integer:243 for selector :link must be an instance of String
> or Symbol. This will raise an error in a future version of Capybara.

This is because we use selectors like `have_link(dossier.id)`, where the
locator is a Number (instead of a String or Symbol).
2019-11-28 12:09:12 +01:00
..
dossiers specs: fix Capybara warning 2019-11-28 12:09:12 +01:00
sessions layouts: migrate sign_in to the shared layout 2019-01-16 14:25:12 +01:00
_procedure_footer.html.haml_spec.rb app: rename new_user to users 2019-03-25 10:56:39 +01:00