global

def xit(*args, &block)

def xit(*args, &block)
  describe "skip" do
    def setup; end
    def teardown; end
    it *args
  end
end