diff --git a/tests/integration/components/bridge-controls-test.js b/tests/integration/components/bridge-controls-test.js deleted file mode 100644 index ef74d03..0000000 --- a/tests/integration/components/bridge-controls-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('bridge-controls', 'Integration | Component | bridge controls', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{bridge-controls}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#bridge-controls}} - template block text - {{/bridge-controls}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/bridge-finder-test.js b/tests/integration/components/bridge-finder-test.js deleted file mode 100644 index c42803d..0000000 --- a/tests/integration/components/bridge-finder-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('bridge-finder', 'Integration | Component | bridge finder', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{bridge-finder}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#bridge-finder}} - template block text - {{/bridge-finder}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/color-picker-test.js b/tests/integration/components/color-picker-test.js deleted file mode 100644 index fb1d925..0000000 --- a/tests/integration/components/color-picker-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('color-picker', 'Integration | Component | color picker', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{color-picker}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#color-picker}} - template block text - {{/color-picker}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/controls/group-control-test.js b/tests/integration/components/controls/group-control-test.js deleted file mode 100644 index 4646dd8..0000000 --- a/tests/integration/components/controls/group-control-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('controls/group-control', 'Integration | Component | controls/group control', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{controls/group-control}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#controls/group-control}} - template block text - {{/controls/group-control}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/controls/scenes-control-test.js b/tests/integration/components/controls/scenes-control-test.js deleted file mode 100644 index 44d993e..0000000 --- a/tests/integration/components/controls/scenes-control-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('controls/scenes-control', 'Integration | Component | controls/scenes control', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{controls/scenes-control}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#controls/scenes-control}} - template block text - {{/controls/scenes-control}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/huegasm-app-test.js b/tests/integration/components/huegasm-app-test.js deleted file mode 100644 index 53484b6..0000000 --- a/tests/integration/components/huegasm-app-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('huegasm-app', 'Integration | Component | huegasm app', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{huegasm-app}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#huegasm-app}} - template block text - {{/huegasm-app}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/huegasm-footer-test.js b/tests/integration/components/huegasm-footer-test.js deleted file mode 100644 index 2960759..0000000 --- a/tests/integration/components/huegasm-footer-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('huegasm-footer', 'Integration | Component | huegasm footer', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{huegasm-footer}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#huegasm-footer}} - template block text - {{/huegasm-footer}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/light-group-test.js b/tests/integration/components/light-group-test.js deleted file mode 100644 index 22a66cd..0000000 --- a/tests/integration/components/light-group-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('light-group', 'Integration | Component | light group', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{light-group}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#light-group}} - template block text - {{/light-group}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/modals/add-group-modal-test.js b/tests/integration/components/modals/add-group-modal-test.js deleted file mode 100644 index 2b64ef5..0000000 --- a/tests/integration/components/modals/add-group-modal-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('modals/add-group-modal', 'Integration | Component | modals/add group modal', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{modals/add-group-modal}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#modals/add-group-modal}} - template block text - {{/modals/add-group-modal}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -}); diff --git a/tests/integration/components/modals/confirm-delete-modal-test.js b/tests/integration/components/modals/confirm-delete-modal-test.js deleted file mode 100644 index a56e524..0000000 --- a/tests/integration/components/modals/confirm-delete-modal-test.js +++ /dev/null @@ -1,26 +0,0 @@ -import { moduleForComponent, test } from 'ember-qunit'; -import hbs from 'htmlbars-inline-precompile'; - -moduleForComponent('modals/confirm-delete-modal', 'Integration | Component | modals/confirm delete modal', { - integration: true -}); - -test('it renders', function(assert) { - assert.expect(2); - - // Set any properties with this.set('myProperty', 'value'); - // Handle any actions with this.on('myAction', function(val) { ... }); - - this.render(hbs`{{modals/confirm-delete-modal}}`); - - assert.equal(this.$().text().trim(), ''); - - // Template block usage: - this.render(hbs` - {{#modals/confirm-delete-modal}} - template block text - {{/modals/confirm-delete-modal}} - `); - - assert.equal(this.$().text().trim(), 'template block text'); -});