From 7875af25e880cc50c0e04ec2e7dc4a665a61790d Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Mon, 6 Jul 2015 11:20:12 -0400 Subject: [PATCH] Fix JSCS quoting issue with cherry-pick from stable branch. --- .../tests/integration/component_invocation_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ember-htmlbars/tests/integration/component_invocation_test.js b/packages/ember-htmlbars/tests/integration/component_invocation_test.js index ed96b75d414..826abdfb119 100644 --- a/packages/ember-htmlbars/tests/integration/component_invocation_test.js +++ b/packages/ember-htmlbars/tests/integration/component_invocation_test.js @@ -783,7 +783,7 @@ QUnit.test('newly-added sub-components get correct parentView', function() { equal(outer.parentView, view, 'x-outer receives the ambient scope as its parentView'); }); -QUnit.test("components should receive the viewRegistry from the parent view", function() { +QUnit.test('components should receive the viewRegistry from the parent view', function() { var outer, innerTemplate, innerLayout; var viewRegistry = {};