Skip to content

Commit

Permalink
mock API requests for testing (#9)
Browse files Browse the repository at this point in the history
* mock API requests for testing

* remove debugging call to `puts`
  • Loading branch information
jameswpierce committed Mar 31, 2023
1 parent 49f2485 commit 3f3a937
Show file tree
Hide file tree
Showing 6 changed files with 6,390 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1 +1 @@
ruby 2.6.7
ruby 3.2.1
12 changes: 12 additions & 0 deletions Gemfile.lock
Expand Up @@ -8,15 +8,22 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
dotenv (2.8.1)
hashdiff (1.0.1)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
jwt (2.7.0)
mini_mime (1.1.2)
multi_xml (0.6.0)
public_suffix (5.0.1)
rake (12.3.3)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -30,6 +37,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
arm64-darwin-21
Expand All @@ -42,6 +53,7 @@ DEPENDENCIES
rake (~> 12.3)
rspec (~> 3.0)
tenkit!
webmock (~> 3.8)

BUNDLED WITH
2.3.17

0 comments on commit 3f3a937

Please sign in to comment.