Reduce CE/EE diff in spec/controllers/boards/issues_controller_spec.rb

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2018-05-22 14:28:43 +02:00
parent 063ccb3ed4
commit 3486286702
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ describe Boards::IssuesController do
project.add_guest(guest)
end
describe 'GET index' do
describe 'GET index', :request_store do
let(:johndoe) { create(:user, avatar: fixture_file_upload(File.join(Rails.root, 'spec/fixtures/dk.png'))) }
context 'with invalid board id' do