This commit is contained in:
Kevin Sawicki & Nathan Sobo 2012-08-03 14:55:49 -06:00 committed by Kevin Sawicki
parent c87c0da35e
commit 1a8e36d6b7

View File

@ -1,7 +1,6 @@
describe 'Native', ->
describe '$native.getPlatform()', ->
it 'returns a non-empty value', ->
platform = $native.getPlatform()
expect(platform).not.toBe ''
expect(platform.length).toBeGreaterThan(0)
expect(platform.length).toBeGreaterThan(0)