Sha256: 917258d72a0a4efef0362dfc54a9fe6a3733cde8dfda136c98603ebd029f1129

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

describe HerokuConfig::CLI do
  before(:all) do
    @args = "APP --noop"
  end

  describe "heroku-config" do
    it "aws-rotate" do
      out = execute("exe/heroku-config aws-rotate #{@args}")
      puts out
      expect(out).to include("NOOP: Updating access key for user: fakeuser")
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
heroku-config-0.2.0 spec/lib/cli_spec.rb
heroku-config-0.1.0 spec/lib/cli_spec.rb