From 60024d7e208b840976c025a05cabce0cfa3988a7 Mon Sep 17 00:00:00 2001
From: Ruxton <ruxton@thefrontiergroup.com.au>
Date: Fri, 25 Jan 2013 22:43:56 +0800
Subject: [PATCH] Someone isn't a StarWars fan.

---
 spec/javascripts/app/views/stream_faces_view_spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/javascripts/app/views/stream_faces_view_spec.js b/spec/javascripts/app/views/stream_faces_view_spec.js
index 9568024929..259dcd0743 100644
--- a/spec/javascripts/app/views/stream_faces_view_spec.js
+++ b/spec/javascripts/app/views/stream_faces_view_spec.js
@@ -5,7 +5,7 @@ describe("app.views.StreamFaces", function(){
     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.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.post7 = factory.post({author : rebeccaBlack})
 
-- 
GitLab