pulsar/spec/app/native-spec.coffee
2012-08-27 17:36:36 -05:00

7 lines
223 B
CoffeeScript

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