Sha256: 1a412d392166cdf7b9956fd2f4d6c4284514f997ef0bacb3f7b098ba07fae4c5

Contents?: true

Size: 358 Bytes

Versions: 33

Compression:

Stored size: 358 Bytes

Contents

require "bugsnag/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 = "localhost:#{port}"
      config.api_key = "0" * 32
      config.use_ssl = false
    end

    raise
  end
end

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
bugsnag-5.5.0 spec/fixtures/tasks/Rakefile
bugsnag-5.4.1 spec/fixtures/tasks/Rakefile
bugsnag-5.4.0 spec/fixtures/tasks/Rakefile
bugsnag-5.3.3 spec/fixtures/tasks/Rakefile
bugsnag-5.3.2 spec/fixtures/tasks/Rakefile
bugsnag-5.3.1 spec/fixtures/tasks/Rakefile
bugsnag-5.3.0 spec/fixtures/tasks/Rakefile
bugsnag-5.2.0 spec/fixtures/tasks/Rakefile
bugsnag-5.1.0 spec/fixtures/tasks/Rakefile
bugsnag-5.0.1 spec/fixtures/tasks/Rakefile
bugsnag-5.0.0 spec/fixtures/tasks/Rakefile
bugsnag-4.2.1 spec/fixtures/tasks/Rakefile
bugsnag-4.2.0 spec/fixtures/tasks/Rakefile
bugsnag-4.1.0 spec/fixtures/tasks/Rakefile
bugsnag-4.0.2 spec/fixtures/tasks/Rakefile
bugsnag-4.0.1 spec/fixtures/tasks/Rakefile
bugsnag-4.0.0 spec/fixtures/tasks/Rakefile
bugsnag-3.0.0 spec/fixtures/tasks/Rakefile
bugsnag-2.8.13 spec/fixtures/tasks/Rakefile
bugsnag-maglev--2.8.12 spec/fixtures/tasks/Rakefile