Commit 1431218

mokha <mokha@cisco.com>
2018-03-10 02:39:39
fix rubocop errors.
1 parent d92227a
Changed files (1)
spec
saml
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) }