test('service is registered to the container', function(assert) {
  assert.ok(
    !application.__container__.lookup('service:device-orientation'),
    'not registered as service:device-orientation in the container before initializer'
  );