Include USB Card reader in OSX test

This commit is contained in:
Juan Cruz Viotti 2015-01-30 10:02:07 -04:00
parent 0b1d83a70b
commit a220bc87ad

View File

@ -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()