From 945f6e4efa81d87077a0a105e149a7771d7ff421 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Fri, 20 Mar 2015 09:22:43 -0300 Subject: [PATCH] Fixed acceptance tests after range translation --- app/views/kalibro_configurations/edit.html.erb | 2 +- features/kalibro_range/create.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/kalibro_configurations/edit.html.erb b/app/views/kalibro_configurations/edit.html.erb index 718887d..41d4960 100644 --- a/app/views/kalibro_configurations/edit.html.erb +++ b/app/views/kalibro_configurations/edit.html.erb @@ -1,3 +1,3 @@ -

<%= "#{t('edit')} #{KalibroConfiguration.model_name.human}" %>

+

<%= t('edit', model: KalibroConfiguration.model_name.human) %>

<%= render 'form' %> diff --git a/features/kalibro_range/create.feature b/features/kalibro_range/create.feature index 1ea279f..ac21145 100644 --- a/features/kalibro_range/create.feature +++ b/features/kalibro_range/create.feature @@ -49,7 +49,7 @@ Feature: Create Kalibro Range And I should see "End" And I should see "Comments" And I should see "You must have Readings within your associated Reading Group to create a new Range." - When I click the Create New Reading link + When I click the Create Reading link Then I should be at the New Reading page And I should see "Label" And I should see "Grade" -- libgit2 0.21.2