From 8682d1f0524aa76cc47e096d7b6386c7f3baae44 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Tue, 10 Dec 2024 15:27:59 +0530 Subject: [PATCH] feat: add oauth support for ruby --- .rubocop.yml | 1 + {spec/cluster => cluster}/cluster_oauth_spec.rb | 0 {spec/cluster => cluster}/cluster_orgs_spec.rb | 0 {spec/cluster => cluster}/cluster_spec.rb | 0 4 files changed, 1 insertion(+) rename {spec/cluster => cluster}/cluster_oauth_spec.rb (100%) rename {spec/cluster => cluster}/cluster_orgs_spec.rb (100%) rename {spec/cluster => cluster}/cluster_spec.rb (100%) diff --git a/.rubocop.yml b/.rubocop.yml index cc37f424b..d394cd01c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -26,6 +26,7 @@ Lint/AmbiguousBlockAssociation: Metrics/BlockLength: Exclude: - 'spec/**/*' + - 'cluster/*' - twilio-ruby.gemspec Layout/HeredocIndentation: diff --git a/spec/cluster/cluster_oauth_spec.rb b/cluster/cluster_oauth_spec.rb similarity index 100% rename from spec/cluster/cluster_oauth_spec.rb rename to cluster/cluster_oauth_spec.rb diff --git a/spec/cluster/cluster_orgs_spec.rb b/cluster/cluster_orgs_spec.rb similarity index 100% rename from spec/cluster/cluster_orgs_spec.rb rename to cluster/cluster_orgs_spec.rb diff --git a/spec/cluster/cluster_spec.rb b/cluster/cluster_spec.rb similarity index 100% rename from spec/cluster/cluster_spec.rb rename to cluster/cluster_spec.rb