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

rspec / rspec-core
82%
master: 81%

Build:
Build:
LAST BUILD BRANCH: fix_let_warnings
DEFAULT BRANCH: master
Repo Added 05 Jun 2013 05:46AM UTC
Files 255
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 fix-confusing-spec-output
branch: fix-confusing-spec-output
CHANGE BRANCH
x
Reset
  • fix-confusing-spec-output
  • 2-99-maintenance
  • add_caller_filter
  • add_caller_filter_spec
  • address_warnings
  • allow_suppression_of_git_repos
  • allow_suppression_of_local_repos
  • alternate_line_number_equalisation
  • autoload_other_rspec_libs_master
  • better-fix-for-let-definitions-eagerly-included
  • build-2-99-against-2.1
  • changelog-tidy
  • clean-up-backtrace-cleaner
  • clean-up-world
  • cleanup-shared-examples-code
  • correct-autorun-docs
  • correct_rake_task_exit_code
  • custom_ordering_strategies
  • deprecate_config
  • deprecate_rcov_integration
  • deprecate_treat_symbols_option
  • deprecation_formatter_fix
  • disallow_let_from_before_all
  • dry_run_improvements
  • equalise_line_number_handling
  • expose_current_running_example_as
  • expose_exe
  • fail-build-for-ruby-warnings
  • fail-build-on-warnings
  • faster_jruby_builds
  • filtering_all_hooks_with_metadata
  • fix-1127-in-master
  • fix-1170
  • fix-duplicate-deprecations-2-99
  • fix-duplicate-deprecations-master
  • fix-filtering-regression-3-2
  • fix-for-aruba-0-6-2
  • fix-let-definitions-eagerly-included
  • fix-mock-adapters
  • fix_coveralls
  • fix_formatter_output_issue
  • fix_toplevel_definition_in_modules
  • flat-map
  • force_require_before_specfiles_loaded_3
  • formatter_registration
  • friendly-group-class-names
  • hook-collection-hierarchy
  • improve-deprecations
  • improve_gem_loading
  • improve_travis_build
  • improve_warning_mechanism
  • issue-1042
  • issue-1066
  • issue-932
  • jruby_experiment
  • limit-deprecation-messages
  • limit-message-based-deprecations
  • location-filtering-with-shared-contexts
  • master
  • metadata_changes_for_3_0
  • misc-doc-updates
  • more-powerful-include
  • no_monkey_patch
  • no_monkey_patch_rebased
  • non-italicised-features
  • notifications_without_super
  • one-line-expect-syntax
  • optimize-selection-of-applicable-filterable-items
  • overriding-ordering-in-example-groups
  • pending-fixes
  • prevent_eager_usage_of_-i
  • prevent_shared_example_access_across_siblings
  • refactor-configuration-options
  • refactor-filter-manager-hashes
  • refactor-hooks
  • refactor_hooks
  • refactor_metadata
  • refactor_metadata_no_delegate
  • refactor_pending
  • reload_hooks_on_metadata_change
  • remove-cache-busters
  • remove-cache-busters-part-2
  • remove-shared-context-rspec-1-upgrade-warning
  • remove_186_support
  • remove_autotest
  • remove_backward_compat_deprecations
  • remove_debugger
  • remove_extra_deprecation_code_master
  • remove_more_evals
  • remove_more_textmate
  • remove_rake_deprecations
  • remove_rcov_integration
  • remove_rspec_1_error
  • remove_string_eval
  • remove_unneeded_require
  • restore_simpler_deprecation_formatter_fix
  • ruby_21
  • run_consecutive_after_all_hooks_when_rescued
  • safely_clear_shared_example_groups
  • see_if_travis_supports_21_yet
  • setup_passing_implementation_to_implicit_matchers
  • silence-other-lib-deprecations
  • switch_stderr_isolation_to_support
  • switch_to_support
  • switch_to_support_just_caller_filter
  • switch_to_truthy_matchers
  • too-many-deprecations-newline
  • turn-deprecations-into-errors-master
  • update_alias_example_to_cuke
  • upgrade-syntax
  • v3.0.0.beta1
  • warn_for_non_integer_profile_counts
  • warn_if_pattern_set_after_specs
  • yield-example

pending completion
2062

push

travis-ci

myronmarston
Prevent spec from issuing confusing output.

On ruby 2.0.0, `rspec --seed 1325` would issue confusing
output where the end-of-run summary is printed twice.
See the following example output below.

This spec was the culprit. It's not actually concerned
with running the command line so we might as well stub it out.

Run options:
  include {:focus=>true}
  exclude {:ruby=>#<Proc:./spec/spec_helper.rb:152>}

All examples were filtered out; ignoring {:focus=>true}
.....No examples found.


Finished in 0.00006 seconds
0 examples, 0 failures

Deprecation Warnings:

Using `stub` from the old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead. Called from /Users/myron/code/rspec-dev/repos/rspec-core/spec/rspec/core/runner_spec.rb:57:in `block (3 levels) in <module:Core>'.


1 deprecation warning total

Randomized with seed 5055

...................................................................................................................................*........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ (continued)

2008 of 2450 relevant lines covered (81.96%)

483.06 hits per line

Relevant lines Covered
Build:
Build:
2450 RELEVANT LINES 2008 COVERED LINES
483.06 HITS PER LINE
Source Files on fix-confusing-spec-output
  • Tree
  • 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
2062 fix-confusing-spec-output Prevent spec from issuing confusing output. On ruby 2.0.0, `rspec --seed 1325` would issue confusing output where the end-of-run summary is printed twice. See the following example output below. This spec was the culprit. It's not actually conce... push 07 Nov 2013 04:37AM UTC myronmarston travis-ci pending completion  
See All Builds (904)
  • 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