Sha256: bcbedfe6df35c286a3f8ec450b63539c1f43934c099809af04d4e3fa8ff9682c

Contents?: true

Size: 613 Bytes

Versions: 1

Compression:

Stored size: 613 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__) , '..','..','spec','spec_helper'))

Given /^An Apache with HAproxy deployment/ do
  raise "FATAL:  Please set the environment variable $DEPLOYMENT" unless ENV['DEPLOYMENT']
  @runner = VirtualMonkey::FeAppRunner.new(ENV['DEPLOYMENT'])
end

Then /^I should run log rotation checks/ do
  @runner.log_rotation_checks
end

Then /^I should run frontend checks/ do
  @runner.frontend_checks
end

Then /^I should cross connect the frontends/ do
  @runner.cross_connect_frontends
end

Then /^I should set a variation LB_HOSTNAME/ do
  @runner.set_lb_hostname
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
virtualmonkey-0.0.1 features/old_cuke_features/step_definitions/lb.rb