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 committed Oct 10, 2016
1 parent 883fe46 commit 1307dc8
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 1307dc8

Please sign in to comment.