Sha256: d794410bd55132f60343a5a8ce084d15c363dc4e1effcdd3bc9c19f29d5a3f74
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 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 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
airbrake-3.1.0 | TESTING.md |