From 448aac4224de399db0c1dc47fb832c553b4dd32c Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Tue, 10 Dec 2024 15:29:57 +0530 Subject: [PATCH] feat: add oauth support for ruby --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e71c11268..817e4f0b9 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ docker-push: docker push twilio/twilio-ruby:${CURRENT_TAG} cluster-test: - bundle exec rspec ./spec/cluster/cluster_spec.rb - bundle exec rspec ./spec/cluster/cluster_oauth_spec.rb - bundle exec rspec ./spec/cluster/cluster_orgs_spec.rb + bundle exec rspec ./cluster/cluster_spec.rb + bundle exec rspec ./cluster/cluster_oauth_spec.rb + bundle exec rspec ./cluster/cluster_orgs_spec.rb prettier: bundle exec rubocop -A -d --cache true --parallel