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.16.7 test/get_dates_new_test.rb
gillbus-0.16.6 test/get_dates_new_test.rb
gillbus-0.16.5 test/get_dates_new_test.rb
gillbus-0.16.4 test/get_dates_new_test.rb
gillbus-0.16.3 test/get_dates_new_test.rb
gillbus-0.16.2 test/get_dates_new_test.rb
gillbus-0.16.1 test/get_dates_new_test.rb
gillbus-0.15.7 test/get_dates_new_test.rb
gillbus-0.15.6 test/get_dates_new_test.rb
gillbus-0.15.5 test/get_dates_new_test.rb
gillbus-0.15.4 test/get_dates_new_test.rb
gillbus-0.15.3 test/get_dates_new_test.rb
gillbus-0.15.2 test/get_dates_new_test.rb
gillbus-0.15.1 test/get_dates_new_test.rb
gillbus-0.15.0 test/get_dates_new_test.rb
gillbus-0.14.12 test/get_dates_new_test.rb
gillbus-0.14.11 test/get_dates_new_test.rb
gillbus-0.14.10 test/get_dates_new_test.rb
gillbus-0.14.9 test/get_dates_new_test.rb
gillbus-0.14.8 test/get_dates_new_test.rb