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

NZOI / nztrain / 903
33%
master: 38%

Build:
Build:
LAST BUILD BRANCH: feature/subtask-scoring
DEFAULT BRANCH: master
Ran 02 Mar 2020 07:27AM UTC
Jobs 1
Files 153
Run time 16s
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
903

push

travis-ci

Holmes98
Use `expect` syntax in ability_spec_helper

Requires RSpec::Matchers to be included in the user class,
otherwise specs fail with the following error:

Failure/Error: expect(policy.constantize.new(self, subject).send("#{action}?")).to be true

NoMethodError:
  undefined method `expect' for #<User:0x000055aa8508c3b8>
  Did you mean?  exec

Deprecation warning fixed:

Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /apps/nztrain/spec/support/ability_spec_helper.rb:6:in `block (3 levels) in <module:AbilitySpecHelper>'.

2326 of 7017 relevant lines covered (33.15%)

4.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 903.1 (2.3.8) 02 Mar 2020 07:27AM UTC 0
33.15
Travis Job 903.1
Source Files on build 903
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #903
  • e8a80226 on github
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