describe('Protein', () => {
    describe('#includesAtom(atom)', () => {
      it('includes protein atom', () => {
        atom.residue._type.flags = ResidueType.Flags.PROTEIN
        expect(selectors.protein().includesAtom(atom)).to.equal(true)