Registry / testing / rspec-xsd

rspec-xsd

JSON →
library0.1.0rbrubygemsunverified

RSpec XSD provides an RSpec matcher for ensuring XML validates against a given XSD schema.

gem install rspec-xsd
INSTALL
IMPORT
SIG · RSPEC-XSD
R
rspec-xsd
testingrubyv0.1.0
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::XSD
require 'rspec/xsd'

Validate XML against an XSD schema in RSpec

require 'rspec/xsd' describe 'XML validation' do it 'validates against schema' do expect(xml).to validate_against_xsd('schema.xsd') end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rspec-xsd — gem install rspec-xsd · libregistry