Sha256: df47b2e7b0947ae584d0c284a014ffdcca62def926152a510eb4fde1b4330fd3

Contents?: true

Size: 167 Bytes

Versions: 3

Compression:

Stored size: 167 Bytes

Contents

shared_examples "a rcon command" do |options|
  its(:"password.value") { should == options[:password] }
  its(:"origin.value.to_s") { should == options[:origin] }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fonte-0.2.0 spec/support/shared_examples/rcon_command.rb
fonte-0.1.0 spec/support/shared_examples/rcon_command.rb
fonte-0.0.1 spec/support/shared_examples/rcon_command.rb