fixed boards specs

This commit is contained in:
Phil Hughes 2017-08-29 15:45:18 +01:00
parent d92bff4eae
commit a17d62c14b
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ describe 'Issue Boards', js: true do
project.team << [user, :master]
project.team << [user2, :master]
allow_any_instance_of(ApplicationHelper).to receive(:collapsed_sidebar?).and_return(true)
sign_in(user)
end