Sha256: 3cb783b502dff948178372e70db2a3c7039923d4f4adb21dfb39e8d29b63215d
Contents?: true
Size: 470 Bytes
Versions: 20
Compression:
Stored size: 470 Bytes
Contents
# frozen_string_literal: true if DependencyHelper.hanami_present? describe "Hanami integration" do it "loads the Hanami loader" do ENV["APPSIGNAL_APP_NAME"] = "test/sinatra" ENV["APPSIGNAL_PUSH_API_KEY"] = "test-key" require "appsignal/integrations/hanami" expect(Appsignal::Loaders.instances).to include( :hanami => kind_of(Appsignal::Loaders::HanamiLoader) ) expect(Appsignal.active?).to be(true) end end end
Version data entries
20 entries across 20 versions & 1 rubygems