diff --git a/test/fixtures/roles.yml b/test/fixtures/roles.yml index 5da7d93..ff4b787 100644 --- a/test/fixtures/roles.yml +++ b/test/fixtures/roles.yml @@ -1,5 +1,5 @@ <% # Load the roles from those defined within the MagicStrings section of the locale %> -<% I18n.t("magic_strings.user_role_types").each do |k,v| %> +<% I18n.t("magic_strings.roles").each do |k,v| %> <%= v %>: name: <%= "#{v}" %> <% end %>