Skip to content

Commit

Permalink
sketch out test...
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex-stripe committed Jul 4, 2019
1 parent 741a117 commit 101cd46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/stripe/api_resource_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,12 @@ class NestedTestAPIResource < APIResource
end
end

context "#make_request_returning_stripe_object" do
should "make requests appropriately"
should "update attributes in-place when it returns the same thing"
should "instantiate a new object of the appropriate class when it is different than the host class"
end

@@fixtures = {} # rubocop:disable Style/ClassVars
setup do
if @@fixtures.empty?
Expand Down

0 comments on commit 101cd46

Please sign in to comment.