refactored comments_controller tests; fixed access to Administration link into user_menu view
This commit is contained in:
parent
a9a43d726f
commit
37339dccc1
4 changed files with 19 additions and 42 deletions
|
|
@ -6,7 +6,6 @@ FactoryGirl.define do
|
|||
sequence(:username) { |n| "username#{n}" }
|
||||
password 'changeme'
|
||||
password_confirmation 'changeme'
|
||||
last_sign_in_at { Time.now - 10.days }
|
||||
confirmed_at { Time.now }
|
||||
biography <<-EOS
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus enim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue