From 5f3139b538d1ff58b719a72d7c7cf05a5b6136b5 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Wed, 2 Dec 2009 17:51:30 +0000 Subject: Part of upgrade to rails 2.3.2 --- vendor/plugins/rspec/lib/spec/ruby.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/plugins/rspec/lib/spec/ruby.rb (limited to 'vendor/plugins/rspec/lib/spec/ruby.rb') diff --git a/vendor/plugins/rspec/lib/spec/ruby.rb b/vendor/plugins/rspec/lib/spec/ruby.rb new file mode 100644 index 000000000..863877c7f --- /dev/null +++ b/vendor/plugins/rspec/lib/spec/ruby.rb @@ -0,0 +1,9 @@ +module Spec + module Ruby + class << self + def version + RUBY_VERSION + end + end + end +end -- cgit v1.2.3