Skip to content

Commit

Permalink
Update spec/controllers/profiles_controller_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Maren Heltsche <2119496+zaziemo@users.noreply.github.com>
  • Loading branch information
tyranja and zaziemo authored Feb 10, 2025
1 parent 5ba7602 commit 2808865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/profiles_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
expect(ada.exported_at).to eq nil
end

it 'is not changed when email is unchanged' do
it 'leaves exported_at as it is when email is unchanged' do
ada.update_columns(exported_at: 1.day.ago)
sign_in ada
put :update, params: { id: ada.id, profile: { email: ada.email } }
Expand Down

0 comments on commit 2808865

Please sign in to comment.