fixed spec

This commit is contained in:
nilsding 2014-12-01 18:58:49 +01:00
parent 0bb58fefb3
commit 5f43155eb5
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ RSpec.describe "user page", :type => :request do
it 'shows the user page' do it 'shows the user page' do
get "/@#{@user.screen_name}" get "/@#{@user.screen_name}"
assert_select "h3.text-muted", :text => @user.screen_name assert_select ".user-username", :text => @user.screen_name
end end
end end