Sha256: 04435a22e0e41d0105250d6fbe929c92d929773187c6b2a4b6b990bcf442eae6

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

require 'spec_helper'

describe ChunkyBits do
  it "should have a VERSION constant" do
    ChunkyBits.const_defined?('VERSION').should be_true
  end
  
  it "should load ChunkyPNG" do
    Object.const_defined?('ChunkyPNG').should be_true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chunky_bits-0.0.1 spec/chunky_bits_spec.rb