require "./spec/cases/helper"

describe 2 do
  it 'errors' do
    raise
  end

  it 'fails' do
    assert false
  end
end
