Sha256: 089c37b67cd94bab7408268a4ceca2306d5badbd53b1bd1882f8b28a087e741b

Contents?: true

Size: 305 Bytes

Versions: 5

Compression:

Stored size: 305 Bytes

Contents

require 'spec_helper'
require 'video_torrent_info'
describe VideoTorrentInfo do
  subject { VideoTorrentInfo.new }
  context 'when #load' do
    context 'with good file' do
      specify do
        expect(subject.load('spec/fixtures/test.torrent')['format_name']).to eql('avi')
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
video-torrent-info-0.1.15 spec/lib/video_torrent_info_spec.rb
video-torrent-info-0.1.13 spec/lib/video_torrent_info_spec.rb
video-torrent-info-0.1.12 spec/lib/video_torrent_info_spec.rb
video-torrent-info-0.1.11 spec/lib/video_torrent_info_spec.rb
video-torrent-info-0.1.10 spec/lib/video_torrent_info_spec.rb