@@ -39,7 +39,7 @@ describe('Blueprint: component', function () {
39
39
expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
40
40
41
41
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
42
- fixture ( 'component-test/rfc232 .js' , {
42
+ fixture ( 'component-test/app .js' , {
43
43
replace : {
44
44
component : 'foo' ,
45
45
componentInvocation : 'Foo' ,
@@ -65,7 +65,7 @@ describe('Blueprint: component', function () {
65
65
expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
66
66
67
67
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
68
- fixture ( 'component-test/rfc232 .js' , {
68
+ fixture ( 'component-test/app .js' , {
69
69
replace : {
70
70
component : 'foo' ,
71
71
componentInvocation : 'Foo' ,
@@ -83,7 +83,7 @@ describe('Blueprint: component', function () {
83
83
expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
84
84
85
85
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
86
- fixture ( 'component-test/rfc232 .js' , {
86
+ fixture ( 'component-test/app .js' , {
87
87
replace : {
88
88
component : 'foo' ,
89
89
componentInvocation : 'Foo' ,
@@ -101,7 +101,7 @@ describe('Blueprint: component', function () {
101
101
expect ( _file ( 'app/components/foo/index.hbs' ) ) . to . equal ( '{{yield}}' ) ;
102
102
103
103
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
104
- fixture ( 'component-test/rfc232 .js' , {
104
+ fixture ( 'component-test/app .js' , {
105
105
replace : {
106
106
component : 'foo' ,
107
107
componentInvocation : 'Foo' ,
@@ -121,7 +121,7 @@ describe('Blueprint: component', function () {
121
121
expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
122
122
123
123
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
124
- fixture ( 'component-test/rfc232 .js' , {
124
+ fixture ( 'component-test/app .js' , {
125
125
replace : {
126
126
component : 'foo' ,
127
127
componentInvocation : 'Foo' ,
@@ -141,7 +141,7 @@ describe('Blueprint: component', function () {
141
141
expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
142
142
143
143
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
144
- fixture ( 'component-test/rfc232 .js' , {
144
+ fixture ( 'component-test/app .js' , {
145
145
replace : {
146
146
component : 'foo' ,
147
147
componentInvocation : 'Foo' ,
@@ -161,7 +161,7 @@ describe('Blueprint: component', function () {
161
161
expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
162
162
163
163
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
164
- fixture ( 'component-test/rfc232 .js' , {
164
+ fixture ( 'component-test/app .js' , {
165
165
replace : {
166
166
component : 'foo' ,
167
167
componentInvocation : 'Foo' ,
@@ -179,7 +179,7 @@ describe('Blueprint: component', function () {
179
179
expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
180
180
181
181
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
182
- fixture ( 'component-test/rfc232 .js' , {
182
+ fixture ( 'component-test/app .js' , {
183
183
replace : {
184
184
component : 'foo' ,
185
185
componentInvocation : 'Foo' ,
@@ -195,7 +195,7 @@ describe('Blueprint: component', function () {
195
195
expect ( _file ( 'app/components/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
196
196
197
197
expect ( _file ( 'tests/integration/components/x-foo-test.js' ) ) . to . equal (
198
- fixture ( 'component-test/rfc232 .js' , {
198
+ fixture ( 'component-test/app .js' , {
199
199
replace : {
200
200
component : 'x-foo' ,
201
201
componentInvocation : 'XFoo' ,
@@ -215,7 +215,7 @@ describe('Blueprint: component', function () {
215
215
expect ( _file ( 'app/components/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
216
216
217
217
expect ( _file ( 'tests/integration/components/x-foo-test.js' ) ) . to . equal (
218
- fixture ( 'component-test/rfc232 .js' , {
218
+ fixture ( 'component-test/app .js' , {
219
219
replace : {
220
220
component : 'x-foo' ,
221
221
componentInvocation : 'XFoo' ,
@@ -231,7 +231,7 @@ describe('Blueprint: component', function () {
231
231
expect ( _file ( 'app/components/foo/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
232
232
233
233
expect ( _file ( 'tests/integration/components/foo/x-foo-test.js' ) ) . to . equal (
234
- fixture ( 'component-test/rfc232 .js' , {
234
+ fixture ( 'component-test/app .js' , {
235
235
replace : {
236
236
component : 'foo/x-foo' ,
237
237
componentInvocation : 'Foo::XFoo' ,
@@ -251,7 +251,7 @@ describe('Blueprint: component', function () {
251
251
expect ( _file ( 'app/components/foo/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
252
252
253
253
expect ( _file ( 'tests/integration/components/foo/x-foo-test.js' ) ) . to . equal (
254
- fixture ( 'component-test/rfc232 .js' , {
254
+ fixture ( 'component-test/app .js' , {
255
255
replace : {
256
256
component : 'foo/x-foo' ,
257
257
componentInvocation : 'Foo::XFoo' ,
@@ -387,7 +387,7 @@ describe('Blueprint: component', function () {
387
387
expect ( _file ( 'lib/my-addon/app/components/foo.hbs' ) ) . to . not . exist ;
388
388
389
389
expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
390
- fixture ( 'component-test/rfc232 .js' , {
390
+ fixture ( 'component-test/app .js' , {
391
391
replace : {
392
392
component : 'foo' ,
393
393
componentInvocation : 'Foo' ,
@@ -411,7 +411,7 @@ describe('Blueprint: component', function () {
411
411
expect ( _file ( 'lib/my-addon/app/components/x-foo.hbs' ) ) . to . not . exist ;
412
412
413
413
expect ( _file ( 'tests/integration/components/x-foo-test.js' ) ) . to . equal (
414
- fixture ( 'component-test/rfc232 .js' , {
414
+ fixture ( 'component-test/app .js' , {
415
415
replace : {
416
416
component : 'x-foo' ,
417
417
componentInvocation : 'XFoo' ,
0 commit comments