Sha256: 18cd22d82749e9e0b621099a282a9f7c91308e51096d583fdbe01ee605458ea6

Contents?: true

Size: 310 Bytes

Versions: 16

Compression:

Stored size: 310 Bytes

Contents

require 'spec_helper'

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

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

    it { should respond_to :install }

    it "should copy the config file"
    it "should copy the bootloader"
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

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