Sha256: 5b8582ef7899b4c9a81b98215620bf3a8e8fc4ac15f0bb491be47e60f2539052
Contents?: true
Size: 471 Bytes
Versions: 38
Compression:
Stored size: 471 Bytes
Contents
require "bundler/cli" require "bundler/cli/common" require "appsignal/cli/diagnose/paths" describe Appsignal::CLI::Diagnose::Paths do describe "#paths" do before { start_agent } it "returns gem installation path as package_install_path" do expect(described_class.new.paths[:package_install_path]).to eq( :label => "AppSignal gem path", :path => Bundler::CLI::Common.select_spec("appsignal").full_gem_path.strip ) end end end
Version data entries
38 entries across 38 versions & 1 rubygems