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