spec/command/init_spec.rb in conjur-cli-4.10.1 vs spec/command/init_spec.rb in conjur-cli-4.10.3

- old
+ new

@@ -108,10 +108,9 @@ it "writes config and cert files" do invoke expect(YAML.load(File.read(File.join(tmpdir, ".conjurrc")))).to eq({ account: 'the-account', - plugins: %w(environment layer key-pair pubkeys), appliance_url: "https://localhost/api", cert_file: "#{tmpdir}/conjur-the-account.pem" }.stringify_keys) File.read(File.join(tmpdir, "conjur-the-account.pem")).should == "the-cert\n"