Commit 1431218
Changed files (1)
spec
saml
kit
spec/saml/kit/cli_spec.rb
@@ -3,8 +3,8 @@ RSpec.describe Saml::Kit::Cli do
expect(Saml::Kit::Cli::VERSION).not_to be_nil
end
- describe "version" do
- let(:command) { "version" }
+ describe 'version' do
+ let(:command) { 'version' }
specify { expect(status).to be_success }
specify { expect(output).to include(Saml::Kit::Cli::VERSION) }