Sha256: 748eea9dd531f8d64103a540aca725f87ae025759bc48ff108cd2580f8a972c4
Contents?: true
Size: 374 Bytes
Versions: 2
Compression:
Stored size: 374 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, :STREAM_COMP, :STREAM_DCMP].sort end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wyrm-0.4.2 | spec/wyrm_spec.rb |
wyrm-0.4.1 | spec/wyrm_spec.rb |