Skip to content

Commit 683efe3

Browse files
committed
Fix rspec warning
1 parent 3c05d40 commit 683efe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/features/class_member/creating_a_batch_of_class_members_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
end
167167

168168
context "with users that don't exist in Profile" do
169-
unknown_user_id = SecureRandom.uuid
169+
let(:unknown_user_id) { SecureRandom.uuid }
170170

171171
let(:invalid_params) do
172172
{

0 commit comments

Comments
 (0)