diff --git a/blogposts/conventions/rnc-day-four.md b/blogposts/conventions/rnc-day-four.md index dcd8afa..a73a6bc 100644 --- a/blogposts/conventions/rnc-day-four.md +++ b/blogposts/conventions/rnc-day-four.md @@ -11,4 +11,32 @@ tags: - National Conventions - Politics --- -# Content goes here \ No newline at end of file +Hello + +guy shouts under __GOD__ during the pledge of allegiance + +pledge of allegiance is creepy enough already + +military spending (smallest military)??/ fact check + +move the party back to the right? + +Bring in the evangelicals that we lost + +Abide by radical right platform *applause, standing ovation* + +thanks, god + +salvation only for our friends and no one who is different from us + +mike pence amazing- nope, devil incarnate + +repubs want smaller govt but want to regulate personal freedoms. wut. + +Michigan Secretary of State Ruth Johnson +SoS moving online +abe lincoln 16th president - 16 pennies +heckuva beer party +let's have great success in november +white privilege + diff --git a/tests/AppTest.php b/tests/AppTest.php index 2c77e31..38bbfb5 100644 --- a/tests/AppTest.php +++ b/tests/AppTest.php @@ -18,7 +18,7 @@ class YourTest extends WebTestCase { $crawler = $client->request('GET', '/'); $this->assertTrue($client->getResponse()->isOk()); - $this->assertCount(1, $crawler->filter('h1:contains("BENJAMIN HAMILTON HARRIS")')); + $this->assertCount(1, $crawler->filter('h1:contains("Benjamin Hamilton Harris")')); }