fix test, fix home display for own site updates

This commit is contained in:
Kyle Drake 2014-10-20 17:39:23 -07:00
parent 8d592bb982
commit 39a7b93cc1
2 changed files with 8 additions and 2 deletions

View file

@ -30,7 +30,7 @@ describe 'site page' do
visit "/browse?tag=#{tag}"
page.find('.website-Gallery .title a')['href'].must_match /#{blocked_site.host}/
page.find('.website-Gallery .title a')['href'].must_match /\/surf\/#{blocked_site.username}/
visit "/site/#{blocked_site.username}"