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

swanson / stringer
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/nokogiri-1.11.4
DEFAULT BRANCH: master
Repo Added 02 May 2013 05:51PM UTC
Files 57
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

LAST BUILD ON BRANCH rspec-3
branch: rspec-3
CHANGE BRANCH
x
Reset
  • rspec-3
  • 2.3.0-upgrade
  • add-migration-to-fix-unprintables
  • backbone
  • dependabot/bundler/nokogiri-1.11.4
  • dependabot/bundler/rack-2.2.3
  • experiment-with-workers
  • fever-api
  • fix-old-mac-line-endings
  • gp-sprockets
  • gp-tests
  • gp-title-summary
  • gp-upgrade
  • master
  • pr/199
  • pr/294
  • pr/400
  • rf-app_spec
  • rf-ar_up
  • rf-assets_specs
  • rf-bundle_cleanup
  • rf-bundle_up
  • rf-bundler
  • rf-change_password_specs
  • rf-coverage
  • rf-coveralls_reborn
  • rf-feed_repo_specs
  • rf-feeds_tests
  • rf-fetch_feed_fix
  • rf-fix_delayed_job
  • rf-fix_flake
  • rf-group_repo_spec
  • rf-heroku_spec
  • rf-more_specs
  • rf-no_sqlite
  • rf-puma
  • rf-query_fix
  • rf-ruboall
  • rf-rubocop_all
  • rf-schema
  • rf-story_repo_spec
  • rf-story_repo_specs
  • rf-story_specs
  • rf-unicorn_up
  • rf-user_specs
  • rubocop-1
  • rubocop-lint
  • rubocop-metrics
  • rubocop-performance
  • rubocop-style
  • travis-fix
  • update-vulnerable-gems
  • vk-activerecord-tasks-databasetasks
  • vk-bump-activerecord
  • vk-bump-loofah
  • vk-bump-nokogiri
  • wbr-tags

pending completion
675

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%)

11.29 hits per line

Relevant lines Covered
Build:
Build:
2292 RELEVANT LINES 2230 COVERED LINES
11.29 HITS PER LINE
Source Files on rspec-3
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
675 rspec-3 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: ... push 07 Feb 2016 02:33PM UTC Koronen travis-ci pending completion  
657 rspec-3 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: ... push 24 Jan 2016 10:07AM UTC Koronen travis-ci pending completion  
See All Builds (898)
  • Repo on GitHub
  • CI Project
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

© 2025 Coveralls, Inc