Sha256: 1f361c1bfdfefdf50c11a65db0976fe055360c9d2d88117df1ab2e773dd2a9b8

Contents?: true

Size: 271 Bytes

Versions: 31

Compression:

Stored size: 271 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

31 entries across 31 versions & 1 rubygems

Version Path
gillbus-0.14.7 test/get_dates_new_test.rb
gillbus-0.14.6 test/get_dates_new_test.rb
gillbus-0.14.5 test/get_dates_new_test.rb
gillbus-0.14.4 test/get_dates_new_test.rb
gillbus-0.14.3 test/get_dates_new_test.rb
gillbus-0.14.2 test/get_dates_new_test.rb
gillbus-0.14.1 test/get_dates_new_test.rb
gillbus-0.14.0 test/get_dates_new_test.rb
gillbus-0.13.0 test/get_dates_new_test.rb
gillbus-0.12.0 test/get_dates_new_test.rb
gillbus-0.11.0 test/get_dates_new_test.rb