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

Version Path
gillbus-0.23.0 test/get_dates_new_test.rb
gillbus-0.22.9 test/get_dates_new_test.rb
gillbus-0.22.8 test/get_dates_new_test.rb
gillbus-0.22.7 test/get_dates_new_test.rb
gillbus-0.22.6 test/get_dates_new_test.rb
gillbus-0.22.5 test/get_dates_new_test.rb
gillbus-0.22.4 test/get_dates_new_test.rb
gillbus-0.22.3 test/get_dates_new_test.rb
gillbus-0.22.2 test/get_dates_new_test.rb
gillbus-0.22.1 test/get_dates_new_test.rb
gillbus-0.22.0 test/get_dates_new_test.rb
gillbus-0.21.0 test/get_dates_new_test.rb
gillbus-0.20.9 test/get_dates_new_test.rb
gillbus-0.20.8 test/get_dates_new_test.rb
gillbus-0.20.7 test/get_dates_new_test.rb
gillbus-0.20.6 test/get_dates_new_test.rb
gillbus-0.20.5 test/get_dates_new_test.rb
gillbus-0.20.4 test/get_dates_new_test.rb
gillbus-0.20.3 test/get_dates_new_test.rb
gillbus-0.20.2 test/get_dates_new_test.rb