Sha256: 8bdcb4afe2beaae4fcf168393298dc677bd13a08d461393fb9c2727a9f52ce07
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
require 'spec_helper' require 'hooloo/video' describe Hooloo::Video do let(:video) { Hooloo::Video.new 407993 } it 'should split the copyright field on commas' do video.copyright.must_be_instance_of Array video.copyright.must_include "Reki Kawahara" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hooloo-0.1.1 | spec/hooloo/video_spec.rb |
hooloo-0.1.0 | spec/hooloo/video_spec.rb |