Sha256: 853c7da25aff1a789cc211bb7815b239f9a661cb42265ff13c8d264408d295ec
Contents?: true
Size: 290 Bytes
Versions: 8
Compression:
Stored size: 290 Bytes
Contents
require File.expand_path("../../spec_helper.rb", __FILE__) describe HandBrake, "::VERSION" do it "exists" do lambda { HandBrake::VERSION }.should_not raise_error end it "has 3 or 4 dot separated parts" do HandBrake::VERSION.split('.').size.should be_between(3, 4) end end
Version data entries
8 entries across 8 versions & 1 rubygems