Convert spec tests to gtest with gmock

This commit is contained in:
Jesse Beder
2014-03-23 12:49:30 -05:00
parent e3f120b99d
commit ace9c49e31
6 changed files with 1752 additions and 2447 deletions

View File

@@ -1,5 +1,4 @@
namespace Test {
namespace Spec {
namespace {
const char *ex2_1 =
"- Mark McGwire\n"
"- Sammy Sosa\n"
@@ -845,4 +844,3 @@ const char *ex8_22 =
"mapping: !!map\n"
" foo: bar\n";
}
}