Sha256: 88ea1da6d0022c596ff7a70ba448aac7bb964cde2a81c15b904f9c1207b186e2

Contents?: true

Size: 346 Bytes

Versions: 2

Compression:

Stored size: 346 Bytes

Contents

require File.dirname(__FILE__) + '/spec_helper'

describe "Pool binary" do
  describe "running" do
    before(:each) do
      stub_option_load
    end
    it "should call PoolParty.options" do
      options = PoolParty.options(:optsparse => {:banner => "Usage: pool [OPTIONS] {start | stop | list | maintain | restart}"  })
    end
    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
auser-poolparty-0.0.9 spec/pool_binary_spec.rb
auser-poolparty-0.1.0 spec/pool_binary_spec.rb