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:
parent
063ccb3ed4
commit
3486286702
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue