Sha256: e97be5e3caf4c6f60106d7a6b41f5c2a13f8ad02b9b54822289cd6df7ffd5abf

Contents?: true

Size: 154 Bytes

Versions: 13

Compression:

Stored size: 154 Bytes

Contents

require 'spec_helper'
module Queuel
  module Null
    describe Queue do
      let(:null) { true }
      it_should_behave_like "a queue"
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
queuel-0.4.8 spec/lib/queuel/null/queue_spec.rb
queuel-0.4.6 spec/lib/queuel/null/queue_spec.rb
queuel-0.4.5 spec/lib/queuel/null/queue_spec.rb
queuel-0.4.4 spec/lib/queuel/null/queue_spec.rb
queuel-0.4.3 spec/lib/queuel/null/queue_spec.rb
queuel-0.4.2 spec/lib/queuel/null/queue_spec.rb
queuel-0.4.1 spec/lib/queuel/null/queue_spec.rb
queuel-0.4.0 spec/lib/queuel/null/queue_spec.rb
queuel-0.3.1 spec/lib/queuel/null/queue_spec.rb
queuel-0.3.0 spec/lib/queuel/null/queue_spec.rb
queuel-0.2.0 spec/lib/queuel/null/queue_spec.rb
queuel-0.1.0 spec/lib/queuel/null/queue_spec.rb
queuel-0.0.1 spec/lib/queuel/null/queue_spec.rb