fixing some test

This commit is contained in:
Dmitriy Zaporozhets 2013-01-15 12:42:54 +02:00
parent f598cc7897
commit ac983319d3
4 changed files with 36 additions and 38 deletions

View file

@ -6,8 +6,7 @@ describe "On the project wall", js: true do
before do
login_as :user
project.add_access(@user, :read, :write)
project.team << [@user, :master]
visit wall_project_path(project)
end