Sha256: 4410ee5d47f0e1554ac4d1007ecc443e589f90b3d192455eb4e5421085a5ea5a
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
require 'spec_helper' describe KJess::Request::Version do it "has a keyword" do KJess::Request::Version.keyword.must_equal "VERSION" end it "converts to the protocol" do v = KJess::Request::Version.new v.to_protocol.must_equal "VERSION\r\n" end it "has a valid response" do KJess::Request::Version.valid_responses.size.must_equal 1 end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kjess-1.2.0 | spec/request/version_spec.rb |
kjess-1.1.0 | spec/request/version_spec.rb |
kjess-1.0.0 | spec/request/version_spec.rb |