@@ -39,7 +39,7 @@ describe('Blueprint: component', function () {
3939 expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
4040
4141 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
42- fixture ( 'component-test/rfc232 .js' , {
42+ fixture ( 'component-test/app .js' , {
4343 replace : {
4444 component : 'foo' ,
4545 componentInvocation : 'Foo' ,
@@ -65,7 +65,7 @@ describe('Blueprint: component', function () {
6565 expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
6666
6767 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
68- fixture ( 'component-test/rfc232 .js' , {
68+ fixture ( 'component-test/app .js' , {
6969 replace : {
7070 component : 'foo' ,
7171 componentInvocation : 'Foo' ,
@@ -83,7 +83,7 @@ describe('Blueprint: component', function () {
8383 expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
8484
8585 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
86- fixture ( 'component-test/rfc232 .js' , {
86+ fixture ( 'component-test/app .js' , {
8787 replace : {
8888 component : 'foo' ,
8989 componentInvocation : 'Foo' ,
@@ -101,7 +101,7 @@ describe('Blueprint: component', function () {
101101 expect ( _file ( 'app/components/foo/index.hbs' ) ) . to . equal ( '{{yield}}' ) ;
102102
103103 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
104- fixture ( 'component-test/rfc232 .js' , {
104+ fixture ( 'component-test/app .js' , {
105105 replace : {
106106 component : 'foo' ,
107107 componentInvocation : 'Foo' ,
@@ -121,7 +121,7 @@ describe('Blueprint: component', function () {
121121 expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
122122
123123 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
124- fixture ( 'component-test/rfc232 .js' , {
124+ fixture ( 'component-test/app .js' , {
125125 replace : {
126126 component : 'foo' ,
127127 componentInvocation : 'Foo' ,
@@ -141,7 +141,7 @@ describe('Blueprint: component', function () {
141141 expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
142142
143143 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
144- fixture ( 'component-test/rfc232 .js' , {
144+ fixture ( 'component-test/app .js' , {
145145 replace : {
146146 component : 'foo' ,
147147 componentInvocation : 'Foo' ,
@@ -161,7 +161,7 @@ describe('Blueprint: component', function () {
161161 expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
162162
163163 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
164- fixture ( 'component-test/rfc232 .js' , {
164+ fixture ( 'component-test/app .js' , {
165165 replace : {
166166 component : 'foo' ,
167167 componentInvocation : 'Foo' ,
@@ -179,7 +179,7 @@ describe('Blueprint: component', function () {
179179 expect ( _file ( 'app/components/foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
180180
181181 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
182- fixture ( 'component-test/rfc232 .js' , {
182+ fixture ( 'component-test/app .js' , {
183183 replace : {
184184 component : 'foo' ,
185185 componentInvocation : 'Foo' ,
@@ -195,7 +195,7 @@ describe('Blueprint: component', function () {
195195 expect ( _file ( 'app/components/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
196196
197197 expect ( _file ( 'tests/integration/components/x-foo-test.js' ) ) . to . equal (
198- fixture ( 'component-test/rfc232 .js' , {
198+ fixture ( 'component-test/app .js' , {
199199 replace : {
200200 component : 'x-foo' ,
201201 componentInvocation : 'XFoo' ,
@@ -215,7 +215,7 @@ describe('Blueprint: component', function () {
215215 expect ( _file ( 'app/components/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
216216
217217 expect ( _file ( 'tests/integration/components/x-foo-test.js' ) ) . to . equal (
218- fixture ( 'component-test/rfc232 .js' , {
218+ fixture ( 'component-test/app .js' , {
219219 replace : {
220220 component : 'x-foo' ,
221221 componentInvocation : 'XFoo' ,
@@ -231,7 +231,7 @@ describe('Blueprint: component', function () {
231231 expect ( _file ( 'app/components/foo/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
232232
233233 expect ( _file ( 'tests/integration/components/foo/x-foo-test.js' ) ) . to . equal (
234- fixture ( 'component-test/rfc232 .js' , {
234+ fixture ( 'component-test/app .js' , {
235235 replace : {
236236 component : 'foo/x-foo' ,
237237 componentInvocation : 'Foo::XFoo' ,
@@ -251,7 +251,7 @@ describe('Blueprint: component', function () {
251251 expect ( _file ( 'app/components/foo/x-foo.hbs' ) ) . to . equal ( '{{yield}}' ) ;
252252
253253 expect ( _file ( 'tests/integration/components/foo/x-foo-test.js' ) ) . to . equal (
254- fixture ( 'component-test/rfc232 .js' , {
254+ fixture ( 'component-test/app .js' , {
255255 replace : {
256256 component : 'foo/x-foo' ,
257257 componentInvocation : 'Foo::XFoo' ,
@@ -387,7 +387,7 @@ describe('Blueprint: component', function () {
387387 expect ( _file ( 'lib/my-addon/app/components/foo.hbs' ) ) . to . not . exist ;
388388
389389 expect ( _file ( 'tests/integration/components/foo-test.js' ) ) . to . equal (
390- fixture ( 'component-test/rfc232 .js' , {
390+ fixture ( 'component-test/app .js' , {
391391 replace : {
392392 component : 'foo' ,
393393 componentInvocation : 'Foo' ,
@@ -411,7 +411,7 @@ describe('Blueprint: component', function () {
411411 expect ( _file ( 'lib/my-addon/app/components/x-foo.hbs' ) ) . to . not . exist ;
412412
413413 expect ( _file ( 'tests/integration/components/x-foo-test.js' ) ) . to . equal (
414- fixture ( 'component-test/rfc232 .js' , {
414+ fixture ( 'component-test/app .js' , {
415415 replace : {
416416 component : 'x-foo' ,
417417 componentInvocation : 'XFoo' ,
0 commit comments