Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / test / controllers / radar_data_point_controller_test.exs
index d687e34..65a3b7f 100644 (file)
@@ -26,7 +26,7 @@ defmodule TechRadarEditor.RadarDataPointControllerTest do
     assert html_response(conn, 200) =~ "New radar data point"
   end
 
-  test "show s chosen resource", %{conn: conn} do
+  test "shows chosen resource", %{conn: conn} do
     radar_data_point = Repo.insert! %RadarDataPoint{}
     conn = get conn, radar_data_point_path(conn, :show, radar_data_point)
     assert html_response(conn, 200) =~ "Show radar data point"