Commit 945f6e4efa81d87077a0a105e149a7771d7ff421

Authored by Rafael Manzo
1 parent 5fd2c900

Fixed acceptance tests after range translation

app/views/kalibro_configurations/edit.html.erb
1   -<h1><%= "#{t('edit')} #{KalibroConfiguration.model_name.human}" %></h1>
  1 +<h1><%= t('edit', model: KalibroConfiguration.model_name.human) %></h1>
2 2  
3 3 <%= render 'form' %>
... ...
features/kalibro_range/create.feature
... ... @@ -49,7 +49,7 @@ Feature: Create Kalibro Range
49 49 And I should see "End"
50 50 And I should see "Comments"
51 51 And I should see "You must have Readings within your associated Reading Group to create a new Range."
52   - When I click the Create New Reading link
  52 + When I click the Create Reading link
53 53 Then I should be at the New Reading page
54 54 And I should see "Label"
55 55 And I should see "Grade"
... ...