From e1ff1b281e4fe9932e6ff127f756f5acb03968ec Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Mon, 19 Aug 2013 19:36:09 -0700 Subject: patchlevel support for ruby DSL --- spec/support/platforms.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/support/platforms.rb') diff --git a/spec/support/platforms.rb b/spec/support/platforms.rb index 7636395d..b574d63c 100644 --- a/spec/support/platforms.rb +++ b/spec/support/platforms.rb @@ -86,5 +86,9 @@ module Spec def not_local_ruby_version "1.12" end + + def not_local_patchlevel + 9999 + end end end -- cgit v1.2.3