diff --git a/spec/acceptance/profiles_spec.rb b/spec/acceptance/profiles_spec.rb index 311be31..7e09344 100644 --- a/spec/acceptance/profiles_spec.rb +++ b/spec/acceptance/profiles_spec.rb @@ -9,10 +9,6 @@ Knock::AuthToken.new(payload: { sub: authenticated_user.id }).token end - def schema_path - "./config/schema/api.json" - end - shared_context "user parameters" do parameter "first_name", <<-DESC, scope: :user, required: true The first name of the user.