Skip to content

Commit

Permalink
provider partnership false for legacy spec
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Dec 16, 2024
1 parent e2b2074 commit 53b6143
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
require 'rails_helper'

feature 'unpublished course without accredited provider', { can_edit_current_and_next_cycles: false } do
before do
allow(Settings.features).to receive(:provider_partnerships).and_return(false)
end

scenario 'adding and changing an accredited provider' do
given_i_am_authenticated_as_a_provider_user
and_i_visit_the_course_details_page_of_a_course_without_an_accredited_provider
Expand Down

0 comments on commit 53b6143

Please sign in to comment.