• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

willnet / rake_shared_context / 54 / 10
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2016 05:40AM UTC
Files 3
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Aug 2016 05:36AM UTC coverage: 97.561%. Remained the same
2.3.0, gemfiles/rspec_3.gemfile

Pull #25

travis-ci

web-flow
 sort rake file load order

Dir.glob return file list, but these order depend on filesystem, so the order isn't a constant.
The rake_require method load .rake file but if already load same name rake file, after one will skip.

But, there is a possibility that the first load file will change, because Dir.glob return value's order isn't constant.
This cause environment dependence test failed, because loaded will change on other environment.

In the rails, they sort file paths before load rake files.
https://github.com/rails/rails/blob/master/railties/lib/rails/engine.rb#L654

We should sort file paths before load rake files too.
Pull Request #25: 🐛 sort rake file load order

40 of 41 relevant lines covered (97.56%)

1.61 hits per line

Source Files on job 54.10 (2.3.0, gemfiles/rspec_3.gemfile)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 54
  • Travis Job 54.10
  • 6a953bb7 on github
  • Prev Job for 2.3.0, gemfiles/rspec_3.gemfile on master (#47.10)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc