Sha256: 0578b9c4907259dd6dfc4f3e2eee908ab1fdde7758242b9160cf5c959014acd9
Contents?: true
Size: 344 Bytes
Versions: 17
Compression:
Stored size: 344 Bytes
Contents
require_relative "../../spec_helper.rb" describe Rsense::Server::PathInfo do it "knows where its home is" do Rsense::Server::PathInfo::RSENSE_SERVER_HOME.to_s.must_match(/rsense-server$/) end it "knows where to find the bin file" do Rsense::Server::PathInfo.bin_path.to_s.must_match(/rsense-server\/bin\/_rsense.rb$/) end end
Version data entries
17 entries across 17 versions & 1 rubygems