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

swanson / stringer / 675 / 1
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/nokogiri-1.11.4
DEFAULT BRANCH: master
Ran 07 Feb 2016 02:33PM UTC
Files 127
Run time 6s
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

07 Feb 2016 02:31PM UTC coverage: 97.295%. Remained the same
2.0.0

push

travis-ci

Koronen
Update to RSpec 3.4.0, fixing failures and deprecation warnings

All deprecation warnings were found using the following snippet.

    RSpec.configure do |config|
      config.raise_errors_for_deprecations!
    end

Trimmed list of failures:

    1) DebugController GET /debug displays the current Ruby version
       Failure/Error: expect(page).to have_tag("dd", text: /#{RUBY_VERSION}/)

         --------------------------------------------------------------------------------
         RSpec::Matchers::NokogiriMatcher implements a legacy RSpec matcher
         protocol. For the current protocol you should expose the failure messages
         via the `failure_message` and `failure_message_when_negated` methods.
         --------------------------------------------------------------------------------

    14) FirstRunController when a user has not been setup GET /setup/tutorial
          displays the tutorial and completes setup
        Failure/Error: UserRepository.stub(fetch: user)
          Using `stub` from rspec-mocks' old `:should` syntax without explicitly
            enabling the syntax is deprecated. Use the new `:expect` syntax or
            explicitly enable `:should` instead.

    26) FeverAPI::ReadFeedsGroups returns a list of groups requested through feeds
        Failure/Error: feed_repository.stub_chain(:in_group, :order).and_return(feeds)
          Using `stub_chain` from rspec-mocks' old `:should` syntax without
            explicitly enabling the syntax is deprecated. Use the new `:expect`
            syntax or explicitly enable `:should` instead.

    30) Feed importing Valid feed Importing for the second time new entries creates new stories
        Failure/Error: expect { fetch_feed(feed) }.to change { feed.stories.count }.by(1).to(6)

        NoMethodError:
          undefined method `to' for #<RSpec::Matchers::BuiltIn::ChangeRelatively:0x007f0629f8a0d0>

    29 deprecations found.

    Finished in 3.08 seconds (files took 1.51 seco... (continued)

2230 of 2292 relevant lines covered (97.29%)

3.76 hits per line

Source Files on job 675.1 (2.0.0)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 675
  • Travis Job 675.1
  • 0a0456f3 on github
  • Prev Job for 2.0.0 on rspec-3 (#657.1)
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