Sha256: 6c88d1b7008d0d09463e2e5370c10965f6682ed7fe03fd7fc821c8fccd19cd9f

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

Stored size: 310 Bytes

Contents

require 'spec_helper'

describe Spectifly::Xsd::Types do
  describe '.build_extended' do
    it 'builds xsd for extended types' do
      expected_path = expectation_path('extended', 'xsd')
      expected = File.read(expected_path)
      Spectifly::Xsd::Types.build_extended.should == expected
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
spectifly-0.0.10 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.9 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.8 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.7 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.6 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.5 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.4 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.3 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.2 spec/spectifly/xsd/types_spec.rb
spectifly-0.0.1 spec/spectifly/xsd/types_spec.rb