Skip to content

Commit

Permalink
fix(new): add prefix to spec name
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and Jonathan Jayet committed Oct 14, 2016
1 parent c1b0012 commit 7a1f0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('App: <%= jsComponentName %>', () => {
expect(app).toBeTruthy();
}));

it(`should have as title 'app works!'`, async(() => {
it(`should have as title '<%= prefix %> works!'`, async(() => {
let fixture = TestBed.createComponent(AppComponent);
let app = fixture.debugElement.componentInstance;
expect(app.title).toEqual('<%= prefix %> works!');
Expand Down

0 comments on commit 7a1f0b9

Please sign in to comment.