Sha256: c29f0e30ad9ef931722652a0178e7ef944cfcb7f4539cf68cb16afbc81da73bf
Contents?: true
Size: 230 Bytes
Versions: 7
Compression:
Stored size: 230 Bytes
Contents
require "spec_helper" describe Simple::SQL do describe "VERSION" do it "defines a version string" do # Note: this allows for 0.12.34beta expect(Simple::SQL::VERSION).to match(/^\d+\.\d+\.\d+/) end end end
Version data entries
7 entries across 7 versions & 1 rubygems