Skip to content

Commit

Permalink
[ci] rubocop ....
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 5, 2015
1 parent 0aad819 commit 818f056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/test/functional/webui/project_controller_test.rb
Expand Up @@ -499,7 +499,7 @@ def test_create_home_project_for_user

assert_equal count + 1, Project.count

assert Relationship.where(project: Project.find_by_name("home:user1"),
assert Relationship.where(project: Project.find_by_name("home:user1"),
user: User.find_by_login("user1"),
role: Role.find_by_title("maintainer")).count > 0
end
Expand Down

0 comments on commit 818f056

Please sign in to comment.