Sha256: f42fff0aff042eaa3117e61096e1c85adbd5714dbc50a5ecdd2d1f3c4af6e9dc
Contents?: true
Size: 270 Bytes
Versions: 46
Compression:
Stored size: 270 Bytes
Contents
require 'test_helper' class GetDatesNewTest < Minitest::Test def get_dates_new_empty Gillbus::GetDatesNew::Response.parse_string(File.read('test/responses/very_empty.xml')) end def test_empty_response assert_equal [], get_dates_new_empty.items end end
Version data entries
46 entries across 46 versions & 1 rubygems