Sha256: 37f65f956677f709291507a3b6b413bf2229fe75fc9a0f3162c76a298f377d45

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

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

Then /I should run unified application checks/ do
  @runner.run_unified_application_checks
end

Then /I should run LAMP checks/ do
  @runner.run_lamp_checks
end

Then /I should run AIO rails demo application checks/ do
  @runner.run_rails_demo_application_checks
end

Then /^I should set a variation for connecting to shared database host/ do
  @runner.set_master_db_dnsname
end

Then /^I should launch the deployment/ do
  @runner.startup_sequence
end

Version data entries

1 entries across 1 versions & 1 rubygems

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