use the correct pod url in the user spec
This commit is contained in:
parent
e01eedef95
commit
9eb8fe0c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ describe User do
|
|||
|
||||
describe '#diaspora_handle' do
|
||||
it 'uses the pod config url to set the diaspora_handle' do
|
||||
user.diaspora_handle.should == user.username + "@example.org"
|
||||
user.diaspora_handle.should == user.username + "@" + APP_CONFIG[:terse_pod_url]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue