Fix test to reflect change to changeset templates.
This commit is contained in:
parent
fc9768f34c
commit
7ac66a371e
1 changed files with 1 additions and 1 deletions
|
@ -1507,7 +1507,7 @@ EOF
|
||||||
user = users(:public_user)
|
user = users(:public_user)
|
||||||
get :list, {:format => "html", :display_name => user.display_name}
|
get :list, {:format => "html", :display_name => user.display_name}
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_template "list"
|
assert_template "changeset/_user"
|
||||||
## FIXME need to add more checks to see which if edits are actually shown if your data is public
|
## FIXME need to add more checks to see which if edits are actually shown if your data is public
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue