Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 5094dab

Browse files
committed
pend broken cucumber features
1 parent 26dd955 commit 5094dab

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

features/configuration/backtrace_exclusion_patterns.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Feature: Excluding lines from the backtrace
123123
And the output should contain "lib/rspec/expectations"
124124
And the output should contain "lib/rspec/core"
125125
126+
@broken-on-jruby-9000
126127
Scenario: Using `filter_gems_from_backtrace` to filter the named gem
127128
Given a vendored gem named "my_gem" containing a file named "lib/my_gem.rb" with:
128129
"""ruby

features/expectation_framework_integration/configure_expectation_framework.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Feature: configure expectation framework
7272
"""
7373
And the output should contain "3 examples, 1 failure"
7474

75+
@broken-on-jruby-9000
7576
Scenario: Configure minitest assertions
7677
Given rspec-expectations is not installed
7778
And a file named "example_spec.rb" with:

features/support/jruby.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Around "@broken-on-jruby-9000" do |scenario, block|
2+
require 'rspec/support/ruby_features'
3+
block.call unless RSpec::Support::Ruby.jruby_9000?
4+
end

0 commit comments

Comments
 (0)