Sha256: 5618bb5c195eb6810e7dd6f2bf36c5757556495722a7affb58ef6e1c9db88f5d
Contents?: true
Size: 228 Bytes
Versions: 27
Compression:
Stored size: 228 Bytes
Contents
require 'test_helper' module Workarea class LatestVersionTest < TestCase def test_get VCR.use_cassette 'get_latest_version' do assert_equal('3.4.21', Workarea::LatestVersion.get) end end end end
Version data entries
27 entries across 27 versions & 1 rubygems