Skip to content

Commit d2e511f

Browse files
author
Zach Reichert
committed
(maint) remove references to beaker method step
1 parent e472acd commit d2e511f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
end
3939

4040
agents.each do |agent|
41-
step "Emit CommonProgramFiles environment variable"
41+
# Emit CommonProgramFiles environment variable
4242
program_files = agent.get_env_var('ProgramFiles').split('=')[1]
4343
agent.add_env_var('CommonProgramFiles', "#{program_files}\\Common Files")
4444

45-
step "Install sqlserver module to agent #{agent.node_name}"
45+
# Install sqlserver module to agent
4646
result = on agent, "echo #{agent['distmoduledir']}"
4747
target = result.raw_output.chomp
4848
proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))

spec/sql_testing_helpers.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def base_install(sql_version)
9191
}
9292
end
9393
host = find_only_one('sql_host')
94-
step "Mount the ISO on the aggent #{host.node_name}"
94+
# Mount the ISO on the agent
9595
mount_iso(host, iso_opts)
96-
step "Install Microsoft SQL #{sql_version} on the agent #{host.node_name} before running any tests"
96+
# Install Microsoft SQL on the agent before running any tests
9797
install_sqlserver(host, {:features => 'SQL'})
9898
end

0 commit comments

Comments
 (0)