@@ -14,9 +14,7 @@ describe('jekyllized:jekyll', function () {
1414 authorName : 'Ola Nordmann' ,
1515 authorEmail : 'ola.nordmann@email.com' ,
1616 authorURI : 'homepage.com' ,
17- authorBio : 'I am a tester for tests' ,
18- authorTwitter : '0lanordmann' ,
19- authorGithub : '0lanordmann'
17+ authorBio : 'I am a tester for tests'
2018 } ;
2119 helpers . run ( path . join ( __dirname , '../generators/jekyll' ) )
2220 . inDir ( path . join ( __dirname , 'tmp/jekyll' ) )
@@ -54,9 +52,7 @@ describe('jekyllized:jekyll', function () {
5452 'name: Ola Nordmann' ,
5553 'email: ola.nordmann@email.com' ,
5654 'uri: homepage.com' ,
57- 'bio: I am a tester for tests' ,
58- 'twitter: 0lanordmann' ,
59- 'github: 0lanordmann'
55+ 'bio: I am a tester for tests'
6056 ] . forEach ( function ( config ) {
6157 assert . fileContent ( '_config.yml' , config ) ;
6258 } ) ;
@@ -73,7 +69,7 @@ describe('jekyllized:jekyll', function () {
7369 } ) ;
7470
7571 it ( 'fills out humans.txt correctly' , function ( ) {
76- assert . fileContent ( 'src/humans.txt' , 'Ola Nordmann -- <role> -- @0lanordmann ' ) ;
72+ assert . fileContent ( 'src/humans.txt' , 'Ola Nordmann -- <role> -- @' ) ;
7773 } ) ;
7874 } ) ;
7975
0 commit comments