Skip to content

Commit

Permalink
Copy changed in text-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Graham Walker committed Nov 24, 2016
1 parent e5842fa commit e35bcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/components/text-test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { moduleForComponent, test } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompile';

moduleForComponent('tooltip-on-element', 'Integration | Component | text', {
moduleForComponent('tooltip-on-element', 'Integration | Component | inline', {
integration: true
});

test('It renders', function(assert) {
test('tooltip-on-element renders with text param', function(assert) {

this.render(hbs`
{{tooltip-on-element text='Here is more info'}}
Expand Down

0 comments on commit e35bcbf

Please sign in to comment.