Sha256: bd04117d1477d268037f09d8e9159c2d62587111573604bceade911108344856

Contents?: true

Size: 1.23 KB

Versions: 8

Compression:

Stored size: 1.23 KB

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.

You should start by trusting the .rvmrc file. We come in peace.

Then execute the following command:

    rake vendor_test_gems
    # NOT: bundle exec rake vendor_test_gems

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

Then, to start the suite, run

    rake
    # NOT: bundle exec rake

Finally, this test suite runs against many rails versions. If you
prefer to run it against specific version hit

    rake cucumber:rails:<VERSION>

You can also specify to test only against the certain frameworks we
support (rack, rake and sinatra) by executing

    rake cucumber:<FRAMEWORK>

This tasks are not printed out with `rake -T` since they're added
dynamically in the Rakefile.


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

When developing the Airbrake gem, 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

8 entries across 8 versions & 2 rubygems

Version Path
projectlocker_errata-0.1.1 TESTING.md
projectlocker_errata-0.1.0 TESTING.md
airbrake-3.1.6 TESTING.md
airbrake-3.1.5 TESTING.md
projectlocker_errata-0.0.2 TESTING.md
projectlocker_errata-0.0.1 TESTING.md
airbrake-3.1.4 TESTING.md
airbrake-3.1.3 TESTING.md