calebhearth / formulaic

Simplify form filling with Capybara
MIT License
552 stars 29 forks source link

Add param to translation lookup #55

Closed hannahhearth closed 8 years ago

hannahhearth commented 8 years ago

In order to complete this task we would like to update formulaic to accept the additional parameter of the user's role. Since i18n translations can be dynamic based on user_role (i.e. Patient or Caregiver), the fill_forms on our tests must be dynamic as well.