Commit 80ec3f27 authored by Bryce Johnson's avatar Bryce Johnson

Ensure issues are enabled on the project.

parent bc916754
...@@ -573,6 +573,8 @@ describe 'Issues', feature: true do ...@@ -573,6 +573,8 @@ describe 'Issues', feature: true do
end end
describe 'new issue' do describe 'new issue' do
let!(:issue) { create(:issue, project: project) }
context 'by unauthenticated user' do context 'by unauthenticated user' do
before do before do
logout logout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment