Sha256: fd4401c60b967380baeebc5034b3945ff27c991648b1bd59cc27f8bb02aa32ca

Contents?: true

Size: 346 Bytes

Versions: 4

Compression:

Stored size: 346 Bytes

Contents

require 'rspec'

# include this here because at least once I forgot to update this
# when file names changed
require Pathname(__dir__) + '../lib/wyrm.rb'

include Wyrm

describe Wyrm do
  it 'has the right constants' do
    Wyrm.constants.sort.should == [:Dump, :Hole, :Logger, :Pump, :PumpMaker, :Restore, :SchemaTools, :VERSION].sort
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wyrm-0.4.0 spec/wyrm_spec.rb
wyrm-0.3.3 spec/wyrm_spec.rb
wyrm-0.3.2 spec/wyrm_spec.rb
wyrm-0.3.1 spec/wyrm_spec.rb