Sha256: 982b271f921a46c6874f62a9f15b6a6afded4830a55a29218bd5c42fac45d4af

Contents?: true

Size: 334 Bytes

Versions: 6

Compression:

Stored size: 334 Bytes

Contents

require 'spec_helper'

describe Cuboid::OptionGroups::Dispatcher do
    include_examples 'option_group'
    subject { described_class.new }

    %w(url instance_port_range neighbour ping_interval name).each do |method|
        it { is_expected.to respond_to method }
        it { is_expected.to respond_to "#{method}=" }
    end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cuboid-0.0.5 spec/cuboid/option_groups/dispatcher_spec.rb
cuboid-0.0.4 spec/cuboid/option_groups/dispatcher_spec.rb
cuboid-0.0.3 spec/cuboid/option_groups/dispatcher_spec.rb
cuboid-0.0.3alpha spec/cuboid/option_groups/dispatcher_spec.rb
cuboid-0.0.2alpha spec/cuboid/option_groups/dispatcher_spec.rb
cuboid-0.0.1alpha spec/cuboid/option_groups/dispatcher_spec.rb