Sha256: c6e3cdea095776e93e7c2bdf766fd6b90e798c2fa13769ada48eed4731e74f4e

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

require_relative 'remi_spec'

describe Remi::Extractor do
  let(:extractor) { Extractor.new }

  context '#extract' do
    it 'has an extract method' do
      expect(extractor).respond_to? :extract
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
remi-0.3.3 spec/extractor_spec.rb
remi-0.3.2 spec/extractor_spec.rb
remi-0.3.1 spec/extractor_spec.rb
remi-0.3.0 spec/extractor_spec.rb