Sha256: 26383ee20f69bc103d7b3b2eb48a895fb4d71fff3c6dcfc16c2cf1739584c063
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
require 'test_helper' describe 'lib roro stacks catalog unstoppable developer_styles omakase stories wordpress' do Given(:workbench) { 'empty' } Given(:cli) { Roro::CLI.new } Given(:adventures) { %w[3 2] } Given(:overrides) { [''] } Given(:rollon) { stub_adventure stub_overrides stub_run_actions cli.rollon } Given { quiet { rollon } unless adventures.empty?} describe 'must have docker-compose.yml file' do Then { assert_file 'docker-compose.yml' } end describe 'must have a mise en place' do Then { assert_file 'mise/mise.roro' } end describe 'must have correct containers' do Then { assert_file 'mise/containers/wordpress' } end describe 'must have correct variables in files' do Then { assert_file 'mise/env/base.env', /WORDPRESS_IMAGE=wordpress/ } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.30 | lib/roro/stacks/catalog/unstoppable/developer_styles/omakase/stories/wordpress/test/stage_one/stage_test.rb |