main
1# frozen_string_literal: true
2
3RSpec.describe Saml::Kit::LogoutResponse do
4  it 'exists' do
5    expect(described_class).to be(described_class)
6  end
7end