Sha256: 9353361d01ec755e28d537ef76d657284f3a97130ce7e69ce0fa90f3c116eef8
Contents?: true
Size: 802 Bytes
Versions: 7
Compression:
Stored size: 802 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 Hoptoad 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
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
airbrake-3.0.4 | TESTING.md |
airbrake-3.0.3 | TESTING.md |
airbrake-3.0.2 | TESTING.md |
airbrake-3.0.1 | TESTING.md |
airbrake-3.0 | TESTING.md |
airbrake-3.0.rc2 | TESTING.md |
airbrake-3.0.rc1 | TESTING.md |