test/unit/models/payment_service_test.rb in xeroizer-2.20.0 vs test/unit/models/payment_service_test.rb in xeroizer-3.0.0

- old
+ new

@@ -1,11 +1,11 @@ -require 'test_helper' +require 'unit_test_helper' class PaymentServiceTest < Test::Unit::TestCase include TestHelper def setup - @client = Xeroizer::PublicApplication.new(CONSUMER_KEY, CONSUMER_SECRET) + @client = Xeroizer::OAuth2Application.new(CLIENT_ID, CLIENT_SECRET) end context "response parsing" do it "parses default attributes" do @instance = Xeroizer::Record::PaymentServiceModel.new(nil, "PaymentService")