aboutsummaryrefslogtreecommitdiffstats
path: root/test/directivesSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/directivesSpec.js')
-rw-r--r--test/directivesSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/directivesSpec.js b/test/directivesSpec.js
index 72f7b2f2..10400ead 100644
--- a/test/directivesSpec.js
+++ b/test/directivesSpec.js
@@ -181,7 +181,7 @@ describe("directives", function(){
innerDiv.trigger('click');
expect(scope.$get('outer')).not.toBeDefined();
expect(scope.$get('inner')).toEqual(true);
- })
+ });
});
it('should ng:class', function(){