Sha256: dd936d643f259bbfa2c6a89d96561ba4097592bcf389b7629b5ef887e2744c26

Contents?: true

Size: 1019 Bytes

Versions: 6

Compression:

Stored size: 1019 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.

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>


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

When developing the Honeybadger 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

6 entries across 6 versions & 1 rubygems

Version Path
honeybadger-1.3.1 TESTING.md
honeybadger-1.3.0 TESTING.md
honeybadger-1.2.1 TESTING.md
honeybadger-1.2.0 TESTING.md
honeybadger-1.1.0 TESTING.md
honeybadger-1.0.0 TESTING.md