diff --git a/tests/addon-template/tests/dummy/app/app-boot.js b/tests/addon-template/tests/dummy/app/app-boot.js deleted file mode 100644 index 6b7181516c..0000000000 --- a/tests/addon-template/tests/dummy/app/app-boot.js +++ /dev/null @@ -1,4 +0,0 @@ -import Application from './app'; -import environment from './config/environment'; - -Application.create(environment.APP); diff --git a/tests/addon-template/tests/dummy/app/index.html b/tests/addon-template/tests/dummy/app/index.html index c15ad774e4..c55e417ab7 100644 --- a/tests/addon-template/tests/dummy/app/index.html +++ b/tests/addon-template/tests/dummy/app/index.html @@ -17,7 +17,12 @@ {{content-for "body"}} - + {{content-for "body-footer"}} diff --git a/tests/addon-template/tests/index.html b/tests/addon-template/tests/index.html index fc265ba949..242088d317 100644 --- a/tests/addon-template/tests/index.html +++ b/tests/addon-template/tests/index.html @@ -30,7 +30,6 @@ - {{content-for "body-footer"}} diff --git a/tests/app-template/app/app-boot.js b/tests/app-template/app/app-boot.js deleted file mode 100644 index 6b7181516c..0000000000 --- a/tests/app-template/app/app-boot.js +++ /dev/null @@ -1,4 +0,0 @@ -import Application from './app'; -import environment from './config/environment'; - -Application.create(environment.APP); diff --git a/tests/app-template/app/index.html b/tests/app-template/app/index.html index 60bf908cd3..c53dfc7da6 100644 --- a/tests/app-template/app/index.html +++ b/tests/app-template/app/index.html @@ -17,7 +17,12 @@ {{content-for "body"}} - + {{content-for "body-footer"}} diff --git a/tests/app-template/tests/index.html b/tests/app-template/tests/index.html index 90b8d8be8b..c68003bd76 100644 --- a/tests/app-template/tests/index.html +++ b/tests/app-template/tests/index.html @@ -27,7 +27,6 @@ - {{content-for "body-footer"}} {{content-for "test-body-footer"}} diff --git a/tests/fixtures/macro-test/tests/index.html b/tests/fixtures/macro-test/tests/index.html index f761bd335a..12e974b67f 100644 --- a/tests/fixtures/macro-test/tests/index.html +++ b/tests/fixtures/macro-test/tests/index.html @@ -36,7 +36,6 @@ - {{content-for "body-footer"}} diff --git a/tests/scenarios/compat-addon-classic-features-test.ts b/tests/scenarios/compat-addon-classic-features-test.ts index 950ac53a77..3f5ebbd58c 100644 --- a/tests/scenarios/compat-addon-classic-features-test.ts +++ b/tests/scenarios/compat-addon-classic-features-test.ts @@ -82,7 +82,12 @@ appScenarios {{content-for "custom"}} - + {{content-for "body-footer"}} diff --git a/tests/scenarios/compat-app-html-attributes-test.ts b/tests/scenarios/compat-app-html-attributes-test.ts index af0d1048bd..e4875e1324 100644 --- a/tests/scenarios/compat-app-html-attributes-test.ts +++ b/tests/scenarios/compat-app-html-attributes-test.ts @@ -32,7 +32,7 @@ appScenarios // - + {{content-for "body-footer"}} diff --git a/tests/ts-app-template/tests/index.html b/tests/ts-app-template/tests/index.html index 12492c4806..775da4da1e 100644 --- a/tests/ts-app-template/tests/index.html +++ b/tests/ts-app-template/tests/index.html @@ -30,7 +30,6 @@ - {{content-for "body-footer"}}