Registry / testing / rspec
library3.13.2rbrubygemsunverified

RSpec is a Behaviour-Driven Development (BDD) framework for Ruby, providing a rich DSL for writing executable examples and expectations.

gem install rspec
INSTALL
IMPORT
SIG · RSPEC
R
rspec
testingrubyv3.13.2
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'

Define and run a basic RSpec example

require 'rspec' RSpec.describe 'A simple test' do it 'passes' do expect(1 + 1).to eq(2) end end # Run with: rspec filename.rb
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.13.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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