Sha256: 6efb4c2ae608af75dff65d4d2fd18ba0fd7965cc7e4da2c0c661f9a03f715c9b
Contents?: true
Size: 321 Bytes
Versions: 7
Compression:
Stored size: 321 Bytes
Contents
module Spec # :nodoc: module Rails # :nodoc: module VERSION # :nodoc: unless defined? MAJOR MAJOR = 1 MINOR = 2 TINY = 9 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') SUMMARY = "rspec-rails #{STRING}" end end end end
Version data entries
7 entries across 7 versions & 3 rubygems