Sha256: fb85a0e104ae7bb87234459820b1103ca561ae721b2333ed5f496891b9e1662e

Contents?: true

Size: 200 Bytes

Versions: 9

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'
require 'gdal/major_object'

RSpec.describe GDAL::MajorObject do
  subject { Object.new.extend(described_class) }

  pending 'Add some tests!'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ffi-gdal-1.0.0.beta16 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta15 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta14 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta13 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta12 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta11 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta10 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta9 spec/unit/gdal/major_object_spec.rb
ffi-gdal-1.0.0.beta8 spec/unit/gdal/major_object_spec.rb