Sha256: a4be6911b9c7b67ccd2318b9f8575dd4c6d9cb6d6752d0cc07e9e78b529471e3
Contents?: true
Size: 770 Bytes
Versions: 6
Compression:
Stored size: 770 Bytes
Contents
module Spec module Rails module VERSION #:nodoc: BUILD_TIME_UTC = 20080309210001 end end end # Verify that the plugin has the same revision as RSpec if Spec::Rails::VERSION::BUILD_TIME_UTC != Spec::VERSION::BUILD_TIME_UTC raise <<-EOF ############################################################################ Your RSpec on Rails plugin is incompatible with your installed RSpec. RSpec : #{Spec::VERSION::BUILD_TIME_UTC} RSpec on Rails : #{Spec::Rails::VERSION::BUILD_TIME_UTC} Make sure your RSpec on Rails plugin is compatible with your RSpec gem. See http://rspec.rubyforge.org/documentation/rails/install.html for details. ############################################################################ EOF end
Version data entries
6 entries across 6 versions & 1 rubygems