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

simonc / memfs / 135
100%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2016 03:50PM UTC
Jobs 1
Files 11
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

pending completion
135

push

travis-ci

simonc
Support Dir.glob with Pathname.

This works with stdlib:

    require 'pathname'
    p = Pathname.new('/')
    Dir[p]
    # => ["/"]

But before this change failed under MemFs:

    TypeError:
      no implicit conversion of Pathname into String

This is more likely to be encountered in a Rails project where
`Rails.root` is a `Pathname`, but it's very possible to encounter this
in an Ruby project.

Closes #21.

5 of 5 new or added lines in 2 files covered. (100.0%)

3519 of 3525 relevant lines covered (99.83%)

2.2 hits per line

Jobs
ID Job ID Ran Files Coverage
5 135.5 (2.2.3) 05 Jun 2016 03:50PM UTC 0
99.83
Travis Job 135.5
Source Files on build 135
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #135
  • 2bcaf8c5 on github
  • Prev Build on master (#134)
  • Next Build on master (#136)
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