Sha256: c84a9f77e1aa036ff80c0fb22bc81ba2e5b5188671caed0b331a57e846a6190d

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

require 'spec_helper'

describe FluQ::Input::Noop do

  subject { described_class.new "my-feed", [FluQ::Handler::Test] }
  it { should be_a(FluQ::Input::Base) }
  its(:wrapped_object) { should be_instance_of(described_class) }

  its(:name)    { should == "noop" }
  its(:description) { should == "noop" }

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluq-0.8.1 spec/fluq/input/noop_spec.rb