Sha256: 23ff6c8fee3edef74dfec498c28cc5bc23f1bff4ba54b110ec9a62ec3f64d08a

Contents?: true

Size: 803 Bytes

Versions: 5

Compression:

Stored size: 803 Bytes

Contents

Running the suite
=================

Since the notifier must run on many versions of Rails, running its test suite is slightly different than you may be used to.

First execute the following command:

    rake vendor_test_gems
    # NOT: bundle exec rake vendor_test_gems

This command will download the various versions of Rails that the notifier must be tested against.

Then, to start the suite, run

    rake

Note: do NOT use 'bundle exec rake'.

For Maintainers
================

When developing the Airbrake Notifier, be sure to use the integration test against an existing project on staging before pushing to master.

    ./script/integration_test.rb <test project's api key> <staging server hostname>

    ./script/integration_test.rb <test project's api key> <staging server hostname> secure

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
airbrake-3.0.9 TESTING.md
airbrake-3.0.8 TESTING.md
airbrake-3.0.7 TESTING.md
airbrake-3.0.6 TESTING.md
airbrake-3.0.5 TESTING.md