Sha256: 433cdb85faff63008bd2af5d9512ba3cbaa05ab448b4cf920b6c31066ce66c00
Contents?: true
Size: 227 Bytes
Versions: 34
Compression:
Stored size: 227 Bytes
Contents
require File.join(File.dirname(File.expand_path(__FILE__)), 'spec_helper') describe "Sequel.version" do it "should be in the form X.Y.Z with all being numbers" do Sequel.version.must_match(/\A\d+\.\d+\.\d+\z/) end end
Version data entries
34 entries across 32 versions & 2 rubygems