Registry / testing / rspec-pending-for

rspec-pending-for

JSON →
library0.1.20rbrubygemsunverified

Mark RSpec specs as pending or skipped based on Ruby engine (MRI, JRuby) and version constraints.

gem install rspec-pending_for
INSTALL
IMPORT
SIG · RSPEC-PENDING-FOR
R
rspec-pending-for
testingrubyv0.1.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RSpec
require 'rspec/pending_for'

Conditionally skip a spec on JRuby.

require 'rspec/pending_for' RSpec.describe 'example' do pending_for(engine: 'jruby') { expect(1).to eq(1) } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.20latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
rspec-pending-for — gem install rspec-pending-for · libregistry