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

hexx-rb / hexx / 116
100%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2014 11:52AM UTC
Jobs 1
Files 13
Run time 7s
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
116

push

travis-ci

nepalez
[CHANGE] Hexx::Service.allow_params individual setters and getters changed

Both the setters and getters provided by the .allow_params became aliases for corresponding params

  allow_params :name
  params["name"] # => nil

  name = "Hello!"
  name           # => "Hello!"
  params["name"] # => "Hello!"

  params["name"] = "Bye!"
  params["name"] # => "Bye!"
  name           # => "Bye!"

Earlier the setter didn't change params.

  name = "Hello!"
  name           # => "Hello!"
  params["name"] # => nil

  params["name"] = "Bye!"
  params["name"] # => "Bye!"
  name           # => "Hello!"

This was too confising sometimes.

414 of 416 relevant lines covered (99.52%)

2.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 116.1 (2.1) 20 Dec 2014 11:52AM UTC 0
99.52
Travis Job 116.1
Source Files on build 116
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #116
  • 2c4fe3b1 on github
  • Prev Build on master (#115)
  • Next Build on master (#117)
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