Sha256: 729163a12b38be09e8257a17bfb4c2786b309dda3f2ef246523baabae0c3889a
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
require_relative 'test_helper' class VersionTest < Minitest::Test def test_version_match spec = Gem::Specification::load(File.expand_path('../../tochtli.gemspec', __FILE__)) assert_equal Tochtli::VERSION, spec.version.to_s, "Gem version mismatch. Run: 'rake gemspec'" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tochtli-0.5.1 | test/version_test.rb |