Start building against Reactor 2.0.1 snapshots

See gh-2719
This commit is contained in:
Andy Wilkinson
2015-04-27 13:47:42 +01:00
parent 681894a1f3
commit ee7c86a07d
7 changed files with 104 additions and 84 deletions

View File

@@ -3,11 +3,11 @@
class RestTests {
@Autowired
Reactor reactor
EventBus eventBus
@Test
void test() {
assertNotNull(reactor)
assertNotNull(eventBus)
}
}