Sha256: a66f98df8d55837559c3569f10ffd11a4fc3289af6d523235824ec9c8f5a61c5
Contents?: true
Size: 271 Bytes
Versions: 16
Compression:
Stored size: 271 Bytes
Contents
describe command("git --version") do its("stdout") { should match "git version" } end describe command("ruby --version") do its("stdout") { should match "ruby.*[x64-mingw32]" } end describe command("gcc --version") do its("stdout") { should match "gcc.exe" } end
Version data entries
16 entries across 16 versions & 1 rubygems