Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/publics_helper_spec.rb')
-rw-r--r--spec/helpers/publics_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/publics_helper_spec.rb b/spec/helpers/publics_helper_spec.rb
index 9b52c30a4..05322f099 100644
--- a/spec/helpers/publics_helper_spec.rb
+++ b/spec/helpers/publics_helper_spec.rb
@@ -6,7 +6,7 @@ require 'spec_helper'
describe PublicsHelper do
before do
- @user = Factory.create(:user)
+ @user = make_user
@person = Factory.create(:person)
end