Sha256: dac5dd210aa7d5315158bcae55a21ed585a714c05f8f5f21151be3fea2d30850
Contents?: true
Size: 353 Bytes
Versions: 7
Compression:
Stored size: 353 Bytes
Contents
require_relative "../test_helper" module Unit class TestVersion < MiniTest::Test describe VPS::VERSION do it "has the current version" do version = File.read(path("VERSION")).strip assert_equal version, VPS::VERSION assert File.read(path "CHANGELOG.md").include?("Version #{version} ") end end end end
Version data entries
7 entries across 7 versions & 1 rubygems