diff --git a/spec/requests/people_employees_spec.rb b/spec/requests/people_employees_spec.rb index a5f08669f..b52e8a59a 100644 --- a/spec/requests/people_employees_spec.rb +++ b/spec/requests/people_employees_spec.rb @@ -72,6 +72,8 @@ get "/people/#{person_wally.id}" + expect(response).to render_template(:show) + expect(person_wally.attributes.except(*%w[created_at updated_at])).to eq(Person.find(person_wally.id).attributes.except(*%w[created_at updated_at])) end end \ No newline at end of file