diff options
author | elijah <elijah@riseup.net> | 2013-06-25 17:43:01 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-25 17:43:01 -0700 |
commit | 56f4b8b78fa02f4ec72dc0d1e04013da20fc78fa (patch) | |
tree | 8b5b3c94dedfa5218d45d49510ffa6ebe99344d1 | |
parent | c033a0ff259d89e937a371335d67b1975dca6354 (diff) | |
download | leap_cli-56f4b8b78fa02f4ec72dc0d1e04013da20fc78fa.tar.gz leap_cli-56f4b8b78fa02f4ec72dc0d1e04013da20fc78fa.tar.bz2 |
fix failing tests
-rw-r--r-- | test/leap_platform/platform.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/leap_platform/platform.rb b/test/leap_platform/platform.rb index 19563ae..9f63b4c 100644 --- a/test/leap_platform/platform.rb +++ b/test/leap_platform/platform.rb @@ -3,8 +3,8 @@ # Leap::Platform.define do - self.version = "1.1.0" - self.compatible_cli = "1.1".."1.99" + self.version = "1.1.2" + self.compatible_cli = "1.1.2".."1.99" # # the facter facts that should be gathered |