Sha256: 9190300c12340e7e6ee02f11c4edf29e8b5eb4e088762081d58bf3787d620a01
Contents?: true
Size: 285 Bytes
Versions: 8
Compression:
Stored size: 285 Bytes
Contents
require "spec_helper" require "foreman" describe Foreman do describe "VERSION" do subject { Foreman::VERSION } it { is_expected.to be_a String } end describe "runner" do it "should exist" do expect(File.exists?(Foreman.runner)).to eq(true) end end end
Version data entries
8 entries across 8 versions & 2 rubygems