Show More
Commit Description:
adjusted partial counter...
Commit Description:
adjusted partial counter
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@279 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/rspec_on_rails/lib/spec/rails/version.rb
| 23 lines
| 770 B
| text/x-ruby
| RubyLexer
|
|
r60 | module Spec | ||
module Rails | ||||
module VERSION #:nodoc: | ||||
BUILD_TIME_UTC = 20080131122909 | ||||
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 | ||||