spec/internal/app/views/users/index.html.erb in best_in_place-3.0.0 vs spec/internal/app/views/users/index.html.erb in best_in_place-3.0.1

- old
+ new

@@ -15,10 +15,10 @@ display_with: :link_to, helper_options: user_path(user) %> </td> <td><small><a href="#" id="edit_<%= user.id %>">edit</a></small></td> <td><%= user.last_name %></td> - <td><%= COUNTRIES[user.country.to_i] %></td> + <td><%= COUNTRIES_HASH[user.country.to_i] %></td> </tr> <% end %> </table> <br />