spec/spec_helper.rb in jerbil-1.2.2 vs spec/spec_helper.rb in jerbil-1.3.3
- old
+ new
@@ -8,5 +8,7 @@
RSpec.configure do |config|
config.color_enabled = true
config.formatter = :doc
end
+
+puts "Running under Ruby #{RUBY_VERSION}"
- old
+ new