From bf6cc21b37db5296df5d75ae83fecc40721395f2 Mon Sep 17 00:00:00 2001 From: elCuervo Date: Sun, 2 Feb 2014 18:17:32 -0200 Subject: [PATCH] Fixes the information result --- test/integration/fetching_device_information_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/fetching_device_information_test.rb b/test/integration/fetching_device_information_test.rb index 7e72885..5678a6f 100644 --- a/test/integration/fetching_device_information_test.rb +++ b/test/integration/fetching_device_information_test.rb @@ -17,6 +17,6 @@ context "getting server information" do When(:full_info) { device.server_info } - Then { full_info.keys.size == 17 } + Then { full_info.keys.size >= 15 } end end