Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 18, 2024
1 parent a9a9ca5 commit a80d8c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,16 @@ 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
Build

$ rake build

Test
Maual test

$ gem install pkg/sheet_zoukas-<VERSION>.gem
$ irb
Expand Down
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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', '[email protected]')
Expand Down

0 comments on commit a80d8c8

Please sign in to comment.