test/stripe/api_operations_test.rb in stripe-3.14.0 vs test/stripe/api_operations_test.rb in stripe-3.15.0
- old
+ new
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
+# frozen_string_literal: true
+
require File.expand_path("../../test_helper", __FILE__)
module Stripe
class ApiOperationsTest < Test::Unit::TestCase
class UpdateableResource < APIResource