Skip to content

Commit

Permalink
check ruby instead windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 5, 2016
1 parent 7dada4e commit 649bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/windows/local_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

it 'check file versioning on windows' do
# may break when appveyor upgrades
file = conn.file("C:/windows/system32/winlogon.exe")
file = conn.file("C:/Ruby21/bin/ruby.exe")
file.product_version.must_equal '7.9.9600.16384'
file.file_version.must_equal '7.9.9600.16384 (winblue_rtm.130821-1623)'
end
Expand Down

0 comments on commit 649bdbd

Please sign in to comment.