Commit 94ef708

mo khan <mo@mokhan.ca>
2017-02-16 20:59:25
fix routing spec.
1 parent 582443e
Changed files (1)
spec/routing/dashboard_routing_spec.rb
@@ -2,6 +2,6 @@ require "rails_helper"
 
 describe "/dashboard", type: :routing do
   it "routes to the items listing" do
-    expect(get: "/dashboard").to route_to("workouts#index")
+    expect(get: "/dashboard").to route_to("dashboards#show")
   end
 end