fix(ShadowDom): fix emulation integration spec to test all 3 strategies

fixes #2546
This commit is contained in:
Victor Berchet 2015-06-15 07:17:54 +02:00
parent d599fd3434
commit 6e38515402
1 changed files with 2 additions and 3 deletions

View File

@ -60,10 +60,9 @@ export function main() {
}
StringMapWrapper.forEach(strategies, (strategyBinding, name) => {
describe(`${name} shadow dom strategy`, () => {
beforeEachBindings(() => { return [strategyBinding, DomTestbed]; });
describe(`${name} shadow dom strategy`, () => {
// GH-2095 - https://github.com/angular/angular/issues/2095
it('should support text nodes after content tags',
inject([DomTestbed, AsyncTestCompleter], (tb, async) => {