use the correct pod url in the user spec

This commit is contained in:
Stoyan Gaydarov 2010-10-04 07:43:49 +08:00 committed by Raphael Sofaer
parent e01eedef95
commit 9eb8fe0c5a

View file

@ -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