Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Jan 23, 2024
1 parent 4ea1e77 commit 8b93957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/handlers/newflow/educator_signup/signup_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module EducatorSignup
end

context 'required params' do
subject(:required_params){ [:email, :first_name, :last_name, :password, :phone_number, :terms_accepted] }
subject(:required_params){ [:email, :first_name, :last_name, :password, :terms_accepted] }

it 'responds to required_params' do
expect(described_class.new).to respond_to(:required_params)
Expand Down

0 comments on commit 8b93957

Please sign in to comment.