clean up url_access_spec

This commit is contained in:
Nicole Rifkin
2019-11-20 07:53:25 -05:00
parent 7eb0ddf229
commit 18433833d3
+1 -1
View File
@@ -15,6 +15,6 @@ feature "url access" do
visit "/admin/1/dashboard"
expect(current_path).to eq("/")
expect(current_path).to eq("/dashboard/home")
end
end