rack.git  about / heads / tags
a modular Ruby webserver interface
blob bdd903d1d7d4b09751f9446f401610e7a502715d 263 bytes (raw)
$ git show chunk:test/spec_version.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
# frozen_string_literal: true

require_relative 'helper'

separate_testing do
  require_relative '../lib/rack/version'
end

describe Rack do
  describe 'version' do
    it 'is a version string' do
      Rack::RELEASE.must_match(/\d+\.\d+\.\d+/)
    end
  end
end

git clone https://yhbt.net/rack.git