From a220bc87ad63899c8754850cacda251ca36c81d4 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 30 Jan 2015 10:02:07 -0400 Subject: [PATCH] Include USB Card reader in OSX test --- lib/drive/osx.spec.coffee | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/drive/osx.spec.coffee b/lib/drive/osx.spec.coffee index 7caddf10..b0f89020 100644 --- a/lib/drive/osx.spec.coffee +++ b/lib/drive/osx.spec.coffee @@ -24,6 +24,9 @@ describe 'Drive OSX:', -> Logical Volume on disk0s2 3D74D961-80FB-4DB1-808F-8B5800C53E3A Unlocked Encrypted + /dev/disk2 + #: TYPE NAME SIZE IDENTIFIER + 0: elementary OS *15.7 GB disk2 ''', undefined afterEach -> @@ -44,6 +47,11 @@ describe 'Drive OSX:', -> description: 'Apple_HFS Macintosh HD' size: '*748.9 GB' } + { + device: '/dev/disk2' + description: 'elementary OS' + size: '*15.7 GB' + } ] return done()