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

Version Path
bugsnag-6.11.1 spec/fixtures/tasks/Rakefile
bugsnag-6.11.0 spec/fixtures/tasks/Rakefile
bugsnag-6.10.0 spec/fixtures/tasks/Rakefile
bugsnag-6.9.0 spec/fixtures/tasks/Rakefile
bugsnag-6.8.0 spec/fixtures/tasks/Rakefile
bugsnag-6.7.3 spec/fixtures/tasks/Rakefile
bugsnag-6.7.2 spec/fixtures/tasks/Rakefile
bugsnag-6.7.1 spec/fixtures/tasks/Rakefile
bugsnag-6.7.0 spec/fixtures/tasks/Rakefile
bugsnag-6.6.4 spec/fixtures/tasks/Rakefile
bugsnag-6.6.3 spec/fixtures/tasks/Rakefile
bugsnag-6.6.2 spec/fixtures/tasks/Rakefile
bugsnag-6.6.1 spec/fixtures/tasks/Rakefile
bugsnag-6.6.0 spec/fixtures/tasks/Rakefile
bugsnag-6.5.0 spec/fixtures/tasks/Rakefile
bugsnag-6.4.0 spec/fixtures/tasks/Rakefile
bugsnag-6.3.0 spec/fixtures/tasks/Rakefile
bugsnag-6.3.0.beta.0 spec/fixtures/tasks/Rakefile
bugsnag-6.2.0 spec/fixtures/tasks/Rakefile
bugsnag-6.1.1 spec/fixtures/tasks/Rakefile