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