Sha256: 670826ba5ffc46c0e58b734390af5f1767c15a9ba8a7df825618220c2296e503
Contents?: true
Size: 259 Bytes
Versions: 5
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true RSpec.describe Pursuit do describe '::VERSION' do subject(:version) { described_class::VERSION } it 'is expected to be a semantic version' do expect(version).to match(/[0-9]+\.[0-9]+\.[0-9]+/) end end end
Version data entries
5 entries across 5 versions & 1 rubygems