Sha256: 57670c5abffb00685361b0a2f1d70ddb0346dba47fce5e87c07b3d249cd5c310
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
module Spec # :nodoc: module Rails # :nodoc: module VERSION # :nodoc: unless defined? MAJOR MAJOR = 1 MINOR = 3 TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') SUMMARY = "rspec-rails #{STRING}" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-rails-1.3.3 | lib/spec/rails/version.rb |