Clock.setDelegate(clock = new FakeClock());
when(filterConfig.getServletContext()).thenReturn(servletContext);
when(filterConfig.getInitParameter(RETHROW_EXCEPTIONS_PARAM)).thenReturn("true");
when(servletContext.getRealPath("/")).thenReturn(webAppRoot);
filter = new SassCompilingFilter();
}