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