Skip to content

Commit 69c2789

Browse files
author
Zach Reichert
committed
(maint) modify base_install to match integer version
1 parent b6125fc commit 69c2789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/sql_testing_helpers.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ def run_sql_query(host, opts = {}, &block)
7777

7878
def base_install(sql_version)
7979
case sql_version
80-
when /2012/
80+
when 2012
8181
iso_opts = {
8282
:qa_iso_resource_root => QA_RESOURCE_ROOT,
8383
:sqlserver_iso => SQL_2012_ISO,
8484
:sqlserver_version => '2012',
8585
}
86-
when /2014/
86+
when 2014
8787
iso_opts = {
8888
:qa_iso_resource_root => QA_RESOURCE_ROOT,
8989
:sqlserver_iso => SQL_2014_ISO,

0 commit comments

Comments
 (0)