rubytune / perf_check

PERRRFFF CHERRRRK!
17 stars 7 forks source link

[INFR-1207] add rakefile #24

Closed aks closed 5 years ago

aks commented 7 years ago

This PR:

Running rspec requires that the file spec/rails_helper.rb exist (even if it's empty).

Since the target app is a rails app, when using rspec, it appears that it is necessary to declare both "rails" and "railties" as dependencies in the perf_check gemspec, or tests won't pass consistently.

Also added the "fuubar" gem which makes rspec progress reporting more informative and pleasant.

Testing

aks commented 7 years ago

@sudara -- this test is failing on travis, but does not fail on my system. Can you please check this out?

Also, would be helpful if the Travis testing spit out the random seed so we can replicate failed Travis tests.