Sha256: b7312793d8fc4e7f514c71600b80d6a26094e88d3caf81a2cea26d9ab5e3a427
Contents?: true
Size: 386 Bytes
Versions: 6
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true require "test_helper" module Events class CancellationObjectTest < Minitest::Test def setup json = JSON.parse(fixture_file("objects/events/cancellation")).merge(client: client) @cancellation = Calendlyr::Events::Cancellation.new(json) end def test_canceled_by assert "string", @cancellation.canceled_by end end end
Version data entries
6 entries across 6 versions & 1 rubygems