main
1# frozen_string_literal: true
2
3RSpec.describe Saml::Kit do
4  it 'has a version number' do
5    expect(Saml::Kit::VERSION).not_to be nil
6  end
7end