Sha256: 0bdcaded3c0f43ce7087986e0f7800696ba3cc04032e075a46839fafd73854f0

Contents?: true

Size: 234 Bytes

Versions: 8

Compression:

Stored size: 234 Bytes

Contents

require 'spec_helper'

describe Hybag do
  describe ".ingest" do
    it "should call Hybag::Ingester.ingest" do
      Hybag::Ingester.any_instance.should_receive(:ingest).and_return("bla")
      Hybag.ingest("empty")
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hybag-0.0.11 spec/lib/hybag_spec.rb
hybag-0.0.10 spec/lib/hybag_spec.rb
hybag-0.0.9 spec/lib/hybag_spec.rb
hybag-0.0.8 spec/lib/hybag_spec.rb
hybag-0.0.7 spec/lib/hybag_spec.rb
hybag-0.0.6 spec/lib/hybag_spec.rb
hybag-0.0.5 spec/lib/hybag_spec.rb
hybag-0.0.4 spec/lib/hybag_spec.rb