3 module VERSION #:nodoc:
5 # RANDOM_TOKEN: 0.956731547671535
6 REV = "$LastChangedRevision: 2081 $".match(/LastChangedRevision: (\d+)/)[1]
12 # Verifies that the plugin has the same revision as RSpec
13 if Spec::VERSION::REV != Spec::Rails::VERSION::REV
16 ############################################################################
17 Your RSpec on Rails plugin is incompatible with your installed RSpec.
19 RSpec : #{Spec::VERSION::FULL_VERSION}
20 RSpec on Rails : r#{Spec::Rails::VERSION::REV}
22 Make sure your RSpec on Rails plugin is compatible with your RSpec gem.
23 See http://rspec.rubyforge.org/documentation/rails/install.html for details.
24 ############################################################################