Sha256: c2e931c1ffaefffc7bf95b7102aaa2c9d2ff62c692292815474010f61ffb7607

Contents?: true

Size: 273 Bytes

Versions: 12

Compression:

Stored size: 273 Bytes

Contents

module Fixture
  def self.getthumbinfo_notfound
    <<-EOS
<?xml version="1.0" encoding="UTF-8"?>
<nicovideo_thumb_response status="fail">
<error>
<code>NOT_FOUND</code>
<description>not found or invalid</description>
</error>
</nicovideo_thumb_response>
    EOS
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
nicoquery-0.1.8.11 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.10 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.9 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.8 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.7 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.6 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.5 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.4 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.3 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8.2 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.8 spec/fixture/getthumbinfo_notfound.rb
nicoquery-0.1.7 spec/fixture/getthumbinfo_notfound.rb