rack.git  about / heads / tags
a modular Ruby webserver interface
blob d4191aa41724bd0e5fae767718a0855b4818bd25 238 bytes (raw)
$ git show no-unicorn:test/spec_version.rb	# shows this blob on the CLI

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

require 'minitest/global_expectations/autorun'
require 'rack'

describe Rack do
  describe 'version' do
    it 'defaults to a hard-coded api version' do
      Rack.version.must_equal "1.3"
    end
  end
end

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