Sha256: ef509bb9d4c22a6a04a715005656c9d34fd601cf0e7f899ac7263cda89dfcb00

Contents?: true

Size: 424 Bytes

Versions: 16

Compression:

Stored size: 424 Bytes

Contents

require 'spec_helper'

describe CLI do
  describe "Start" do
    before(:all) do
      @valid_initialize_options = []
    end

    subject { CLI::Runner.new(@valid_initialize_options) }

    it { should respond_to :start }

    it "should allow running in the foreground"
    it "should allow setting the host/port of the sinatra app"
    it "should be able to determine if the bootloader called watchtower or not"
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
watch_tower-0.0.3 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.2 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta12 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta11 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta10 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta9 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta8 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta7 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta6 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta5 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta4 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta3 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta2 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.1.beta1 spec/watch_tower/cli/start_spec.rb
watch_tower-0.0.0.1 spec/watch_tower/cli/start_spec.rb