Sha256: 2cd82fdca82b352c3194af0764108611ab81811e2fa7ac94237bb5a020e32c6f
Contents?: true
Size: 495 Bytes
Versions: 16
Compression:
Stored size: 495 Bytes
Contents
require 'spec_helper' feature 'Heroku' do scenario 'Suspend a project with --heroku=true' do run_suspenders('--heroku=true') expect(FakeHeroku).to have_gem_included(project_path, 'rails_12factor') expect(FakeHeroku).to have_created_app_for('staging') expect(FakeHeroku).to have_created_app_for('production') expect(FakeHeroku).to have_configured_vars('staging', 'SECRET_KEY_BASE') expect(FakeHeroku).to have_configured_vars('production', 'SECRET_KEY_BASE') end end
Version data entries
16 entries across 16 versions & 2 rubygems