Sha256: b4c0fd6f868d0e81cb7b135cd56a4091155e71f329216da0684690120b8c1bc4

Contents?: true

Size: 157 Bytes

Versions: 5

Compression:

Stored size: 157 Bytes

Contents

require "spec_helper"

describe ChunkyPNG do
  it "should have a VERSION constant" do
    expect(ChunkyPNG.const_defined?("VERSION")).to be_truthy
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chunky_png-1.4.0 spec/chunky_png_spec.rb
chunky_png-1.3.15 spec/chunky_png_spec.rb
chunky_png-1.3.14 spec/chunky_png_spec.rb
chunky_png-1.3.13 spec/chunky_png_spec.rb
chunky_png-1.3.12 spec/chunky_png_spec.rb