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

Commit ecf59d1

Browse files
authored
Merge pull request #2799 from rspec/cleanup-rbx
Cleanup Rubinius workaround
2 parents 7329163 + be91a59 commit ecf59d1

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

features/command_line/warnings_option.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Feature: `--warnings` option (run with warnings enabled)
22

33
You can use the `--warnings` option to run specs with warnings enabled
44

5-
@unsupported-on-rbx
65
Scenario:
76
Given a file named "example_spec.rb" with:
87
"""ruby
@@ -15,7 +14,6 @@ Feature: `--warnings` option (run with warnings enabled)
1514
When I run `rspec --warnings example_spec.rb`
1615
Then the output should contain "warning"
1716

18-
@unsupported-on-rbx
1917
Scenario:
2018
Given a file named "example_spec.rb" with:
2119
"""ruby

features/core_standalone.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Feature: Use rspec-core without rspec-mocks or rspec-expectations
55
available, but rspec-core can be used just fine without either of those
66
gems installed.
77

8-
# Rubinius stacktrace includes kernel/loader.rb etc.
9-
@unsupported-on-rbx
108
Scenario: Use only rspec-core when only it is installed
119
Given only rspec-core is installed
1210
And a file named "core_only_spec.rb" with:

features/support/rubinius.rb

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)