Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#244 fixz test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaihuludus committed Jul 1, 2018
1 parent 553f9a2 commit de917a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/
package com.cognifide.qa.bb.core;

import com.cognifide.qa.bb.junit.JUnitModule;
import com.cognifide.qa.bb.logging.ReporterModule;
import com.cognifide.qa.bb.modules.CoreModule;
import com.google.inject.AbstractModule;
Expand All @@ -29,6 +30,7 @@ public class TestModule extends AbstractModule {
protected void configure() {
install(new CoreModule());
install(new ReporterModule());
install(new JUnitModule());
}

}

0 comments on commit de917a5

Please sign in to comment.