Skip to content

Commit

Permalink
removing unused after
Browse files Browse the repository at this point in the history
  • Loading branch information
willdoran committed Sep 23, 2016
1 parent d95ab05 commit 7d6b065
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ describe('setting data import directive', function () {
$scope.$digest();
}));

afterEach(function () {
$rootScope.$apply();
});

it('should attempt to import a csv', function () {
spyOn(Notify, 'notify');

Expand Down

0 comments on commit 7d6b065

Please sign in to comment.