Commit 2b008dcf authored by Rachel Fox's avatar Rachel Fox

fix confidential typo.

parent cfa204bd
......@@ -231,7 +231,7 @@ RSpec.describe EpicsFinder do
context 'by confidential' do
let_it_be(:confidential_epic) { create(:epic, :confidential, group: group) }
it 'returns only confdential epics when confidential is true' do
it 'returns only confidential epics when confidential is true' do
params = { confidential: true }
expect(epics(params)).to contain_exactly(confidential_epic)
......
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