summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-03-09 19:39:39 -0700
committermokha <mokha@cisco.com>2018-03-09 19:39:39 -0700
commit14312186ec8589d9a2abde102b256a45f12e5f4c (patch)
tree20c120afcc4210987c0025eb86e00cbc842fcf1e
parentd92227a99ad5527ae0e0a378ce17dbce9e68cbae (diff)
fix rubocop errors.
-rw-r--r--spec/saml/kit/cli_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/saml/kit/cli_spec.rb b/spec/saml/kit/cli_spec.rb
index 55998df..5aa883a 100644
--- a/spec/saml/kit/cli_spec.rb
+++ b/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) }