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

hexx-rb / hexx / 119
100%

Build:
DEFAULT BRANCH: master
Ran 22 Dec 2014 12:29PM UTC
Jobs 1
Files 15
Run time 8s
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
119

push

travis-ci

nepalez
[FEATURE] Hexx::Dependencies module

The module provide methods for adding DI framework:

  # lib/my_gem.rb
  module MyGem
    extend Hexx::Dependencies
    self.depend_on :some_class
  end

  # config/by_gem.rb
  MyGem.configure do |config|
    config.some_class = "AnotherGem::SomeClass"
  end

  # somewhere in a code
  MyGem.some_class # => AnotherGem::SomeClass

== Addons

* Hexx::Dependencies

479 of 481 relevant lines covered (99.58%)

2.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 119.1 (2.1) 22 Dec 2014 12:29PM UTC 0
99.58
Travis Job 119.1
Source Files on build 119
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #119
  • 3607f4f9 on github
  • Prev Build on master (#118)
  • Next Build on master (#120)
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