aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/platforms.rb
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-08-19 19:36:09 -0700
committerTerence Lee <hone02@gmail.com>2013-08-24 15:15:28 -0700
commite1ff1b281e4fe9932e6ff127f756f5acb03968ec (patch)
treeb2fd581e221c015521d3794ee622d693d00211fd /spec/support/platforms.rb
parent47964a138d964af49e0834806a9ef7930f322d0c (diff)
downloadbundler-e1ff1b281e4fe9932e6ff127f756f5acb03968ec.tar.gz
patchlevel support for ruby DSL
Diffstat (limited to 'spec/support/platforms.rb')
-rw-r--r--spec/support/platforms.rb4
1 files changed, 4 insertions, 0 deletions
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