Sha256: 47e58b8c690dd2aa40cab5570b92bf4b7dffd7afd85608d0a7be2af8b4264a26

Contents?: true

Size: 167 Bytes

Versions: 3

Compression:

Stored size: 167 Bytes

Contents

require 'spec_helper'
require 'rubyhook'

describe Rubyhook do
  it "should have a VERSION constant" do
    subject.const_get('VERSION').should_not be_empty
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubyhook-0.2.1 spec/rubyhook_spec.rb
rubyhook-0.1.1 spec/rubyhook_spec.rb
rubyhook-0.1.0 spec/rubyhook_spec.rb