Sha256: cd4360d7b73f691ac95b58685742a828aea981aadcdb214dcf6395ae3a636195

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 Bytes

Contents

require File.join(File.dirname(__FILE__), %w[.. .. .. spec_helper])

describe Rubot::Adapters::Aria::RobotManager do
  it "should be creatable" do
    lambda { Rubot::Adapters::Aria::RobotManager.new }.should_not raise_error
  end
  
  # We can't really test that #go works, but we can make sure it's defined.
  it "should connect to robot" do
    Rubot::Adapters::Aria::RobotManager.instance_methods.should include("go")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Peeja-rubot-0.5.0 spec/rubot/adapters/aria/robot_manager_spec.rb