Sha256: 596784b336b75215627c5af18851f128b3647173b36a3762894e5d6b7d39ebd4

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

require 'spec_helper'

describe "the default configuration" do
  it "should add the EXAMPLE01 type to the configuration" do
    require 'ascii-data-tools/discover'
    AsciiDataTools.record_types.find_by_name("EXAMPLE01").should_not be_nil
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ascii-data-tools-0.9 spec/ascii-data-tools/discover_spec.rb