it "a signin sheet when requested" do
      @person_active = create(:person, department_id:  @department.id)
      @person_inactive = create(:person, status: 'Inactive', department_id:  @department.id)
      visit signin_people_path
      expect(page).to have_content("Command") # This is in the first heading