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

adonisjs / adonis-framework / 606
95%

Build:
DEFAULT BRANCH: develop
Ran 12 Jan 2017 06:38AM UTC
Jobs 3
Files 36
Run time 10s
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
606

push

travis-ci

thetutlage
fix(routing): allow to prefix a group without a starting slash (#416)

* test(routing): test that prefix works without start slash

* fix(routing): allow to prefix a group without a starting slash

We should be able to prefix route's group without writing the first
slash.

Example:
```javascript
Route.group('v1', function () {
  // Some routes...
}).prefix('api/v1') // before it should be .prefix('/api/v1')
```

Closes: https://github.com/adonisjs/adonis-framework/issues/415

1299 of 1323 relevant lines covered (98.19%)

71.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 606.1 12 Jan 2017 06:38AM UTC 0
98.19
Travis Job 606.1
2 606.2 12 Jan 2017 06:38AM UTC 0
98.19
Travis Job 606.2
3 606.3 12 Jan 2017 06:38AM UTC 0
98.19
Travis Job 606.3
Source Files on build 606
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #606
  • 391b149c on github
  • Prev Build on develop (#605)
  • Next Build on develop (#607)
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