Skip to content

Commit

Permalink
Fixes the information result
Browse files Browse the repository at this point in the history
  • Loading branch information
elcuervo committed Feb 2, 2014
1 parent cd50058 commit bf6cc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/fetching_device_information_test.rb
Expand Up @@ -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

0 comments on commit bf6cc21

Please sign in to comment.