Files
atom/spec/app/native-spec.coffee
Kevin Sawicki & Nathan Sobo 1a8e36d6b7 💄
2012-08-22 13:43:46 -07: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)