Someone isn't a StarWars fan.
This commit is contained in:
parent
40fdf3819b
commit
60024d7e20
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ describe("app.views.StreamFaces", function(){
|
||||||
this.post2 = factory.post({author : factory.author({name : "John Stamos", id : 1987})})
|
this.post2 = factory.post({author : factory.author({name : "John Stamos", id : 1987})})
|
||||||
this.post3 = factory.post({author : factory.author({name : "Michelle Tanner", id : 1986})})
|
this.post3 = factory.post({author : factory.author({name : "Michelle Tanner", id : 1986})})
|
||||||
this.post4 = factory.post({author : factory.author({name : "Barack Obama", id : 2000})})
|
this.post4 = factory.post({author : factory.author({name : "Barack Obama", id : 2000})})
|
||||||
this.post5 = factory.post({author : factory.author({name : "Obie-won Kenobie", id : 2020})})
|
this.post5 = factory.post({author : factory.author({name : "Obi-wan Kenobi", id : 2020})})
|
||||||
this.post6 = factory.post({author : rebeccaBlack})
|
this.post6 = factory.post({author : rebeccaBlack})
|
||||||
this.post7 = factory.post({author : rebeccaBlack})
|
this.post7 = factory.post({author : rebeccaBlack})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue