Sha256: 9211fbff443aa5264e217dbe5182a5fe8a62d9a34813a7b15c3b0d5d62a388b1

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

module Spec # :nodoc:
  module Rails # :nodoc:
    module VERSION # :nodoc:
      unless defined? MAJOR
        MAJOR  = 1
        MINOR  = 2
        TINY   = 1

        STRING = [MAJOR, MINOR, TINY].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.2.1 lib/spec/rails/version.rb