Hatchet tests (#552)
Adds hatchet tests as part of our testing matrix and adds that to Travis CI
Showing
Gemfile
0 → 100644
| source "https://rubygems.org" | ||
| gem 'heroku_hatchet', :git => 'https://github.com/heroku/hatchet.git', :branch => 'support-local-directories-for-fixtures' | ||
| gem 'rspec-retry' | ||
| gem 'rspec-expectations' | ||
| gem 'sem_version' | ||
| gem "parallel_tests" | ||
| gem "rake" |
Gemfile.lock
0 → 100644
etc/ci-setup.sh
0 → 100644
etc/hatchet.sh
0 → 100644
hatchet.json
0 → 100644
spec/node_10_metrics_spec.rb
0 → 100644
spec/node_10_spec.rb
0 → 100644
spec/node_6_spec.rb
0 → 100644
spec/node_8_metrics_spec.rb
0 → 100644
spec/node_8_spec.rb
0 → 100644
spec/node_9_metrics_spec.rb
0 → 100644
spec/node_9_spec.rb
0 → 100644
spec/spec_helper.rb
0 → 100644
Please register or sign in to comment