refactored namespaces

This commit is contained in:
Jonas Zeunert
2018-09-14 00:33:13 +02:00
parent 05f4242d6d
commit 530893c404
23 changed files with 69 additions and 23 deletions

View File

@@ -20,7 +20,9 @@
#include "input/EventNotifier.h"
using namespace FlippR_Driver::Input;
using namespace FlippR_Driver
{
namespace Input;
using namespace fakeit;
SCENARIO("An EventNotifier gets created", "[construction]")