Sha256: 42107303e02cf74d93007607fa47bdaa5c72201075b6663cd218151da1854e14
Contents?: true
Size: 349 Bytes
Versions: 23
Compression:
Stored size: 349 Bytes
Contents
require "bugsnag/integrations/rake" namespace :test do desc "used by integration_spec to test that Bugsnag::Middleware::Rake runs properly" task :crash do port = ENV['BUGSNAG_TEST_SERVER_PORT'] Bugsnag.configure do |config| config.endpoint = "http://localhost:#{port}" config.api_key = "0" * 32 end raise end end
Version data entries
23 entries across 23 versions & 1 rubygems