Skip to content

Commit

Permalink
current user updated
Browse files Browse the repository at this point in the history
  • Loading branch information
greenwoodt committed May 22, 2024
1 parent eabfd53 commit be81eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
shared_examples "create an initiative" do
let(:initiative_type) { create(:initiatives_type) }
let(:scoped_type) { create(:initiatives_type_scope, type: initiative_type) }
let(:current_user) { create(:user, organization: initiative_type.organization) }
let(:current_user) { create(:current_user, organization: initiative_type.organization) }
let(:form) do
form_klass
.from_params(form_params)
Expand Down

0 comments on commit be81eb6

Please sign in to comment.