spec/support/fake_api.rb in finapps-2.2.22 vs spec/support/fake_api.rb in finapps-2.3.1

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + require 'sinatra/base' # the FakeApi class is used to mock API requests while testing. class FakeApi < Sinatra::Base # resource