From a80d8c8ce20068f3e714bb43f4771c3d57e5298e Mon Sep 17 00:00:00 2001 From: eebbesen Date: Fri, 18 Oct 2024 16:42:13 -0500 Subject: [PATCH] documentation update --- README.md | 4 +++- spec/spec_helper.rb | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3e233b..dfe4470 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ GitHub Action runs ### testing +Note: When recording VCR cassettes falid environment variables will need to be initialized in spec/spec_helper.rb will need to be uncommented + $ rake spec ## Release @@ -69,7 +71,7 @@ Build $ rake build -Test +Maual test $ gem install pkg/sheet_zoukas-.gem $ irb diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7a215b6..46476ee 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -28,7 +28,8 @@ config.hook_into :webmock end -# initialize required environment variables +# initialize required environment variables to test values +# will need to comment this out when recording cassettes ENV.store('GOOGLE_ACCOUNT_TYPE', 'service_account') ENV.store('GOOGLE_API_KEY', 'fake_google_api_key') ENV.store('GOOGLE_CLIENT_EMAIL', 'sheet@zoukas.zoukas')