mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:39:52 +01:00
fixed spec
This commit is contained in:
parent
0bb58fefb3
commit
5f43155eb5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue