From 1e766c04853a7fee478f70704cff83de600337ae Mon Sep 17 00:00:00 2001 From: Manav Patel Date: Sun, 27 Oct 2024 19:33:48 -0400 Subject: [PATCH] helper change --- spec/helpers/participants_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/participants_helper_spec.rb b/spec/helpers/participants_helper_spec.rb index 56685778fa7..a27d02ae891 100644 --- a/spec/helpers/participants_helper_spec.rb +++ b/spec/helpers/participants_helper_spec.rb @@ -3,7 +3,7 @@ context 'when define_attributes is called' do #Checking if attributes have been correctly defined line_split = ['Test1','test@ncsu.edu'] - config = {'fullname'=>'test2','email'=>'1'} + config = {'name'=>'test2','email'=>'1'} it 'returns correct hash "attributes" when define_attributes is called' do allow(Role).to receive(:find_by).with({:name=>'Student'}).and_return(1)