Skip to content

Commit

Permalink
Fixed spec naming
Browse files Browse the repository at this point in the history
  • Loading branch information
derekonay committed Jan 12, 2016
1 parent 1658f80 commit b1b1413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/analytics/tests/analytics-spec.js
Expand Up @@ -20,7 +20,7 @@ describe('avAnalytics', function() {
});
}));

it('should have AvAnalytics beUndefined', function () {
it('should have AvAnalytics be undefined', function () {
$el = availity.mock.compileDirective('<div data-av-analytics-on="click"></div>');
var controller = $el.data('$avAnalyticsOnController');
var controller2 = $el.data('$avAnalyticsController');
Expand Down

0 comments on commit b1b1413

Please sign in to comment.