seed(); $this->get('/')->assertStatus(200); $this->get('/archives.shtml')->assertStatus(200); $this->get('/rss.xml')->assertStatus(200); $this->get('/sitemap.xml')->assertStatus(200); $this->get('/robots.txt')->assertStatus(200); } }