it('should set the given method', () => {
            expect($output.find(`form[method="${method}"]`).length).toEqual(1);
        });