Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
test(NgInclude): uniit a test
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Apr 8, 2014
1 parent 27e3a54 commit 99023a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/directive/ng_include_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {
expect(element.text).toEqual('my name is Vojta');
}));

iit('should fetch template from url using interpolation', async((Scope scope, TemplateCache cache) {
it('should fetch template from url using interpolation', async((Scope scope, TemplateCache cache) {
cache.put('tpl1.html', new HttpResponse(200, 'My name is {{name}}'));
cache.put('tpl2.html', new HttpResponse(200, 'I am {{name}}'));

Expand Down

0 comments on commit 99023a3

Please sign in to comment.