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