Added RSpec HTTP Fake requirement

Necessary so specs can be written using the HTTP Fake gem to fake HTTP responses.
This commit is contained in:
Brooke Kuhlmann
2025-04-22 11:48:03 -06:00
parent 2caee63ece
commit 57fa5a0092
+1
View File
@@ -14,6 +14,7 @@ end
Bundler.require :tools
require "dry/monads"
require "http/fake"
require "refinements"
require "trmnl/api"