Sha256: 3d408a10c15e153d8c71ef5f6d775950a65e006ba3dc6ef2691c7f4e9a261226
Contents?: true
Size: 332 Bytes
Versions: 94
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Cryptum::VERSION do it 'is defined' do expect(Cryptum::VERSION).not_to be_nil end it 'is a string' do expect(Cryptum::VERSION).to be_a(String) end it 'matches the expected pattern' do expect(Cryptum::VERSION).to match(/\d+\.\d+\.\d+/) end end
Version data entries
94 entries across 94 versions & 1 rubygems