Registry / testing / beaker-rspec

beaker-rspec

JSON →
library9.1.0rbrubygemsunverified

RSpec bindings for beaker, see https://github.com/voxpupuli/beaker

gem install beaker-rspec
INSTALL
IMPORT
SIG · BEAKER-RSPEC
B
beaker-rspec
testingrubyv9.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.

Beaker::RSpec
require 'beaker-rspec'

Write RSpec tests that run commands on remote hosts using Beaker.

require 'beaker-rspec' RSpec.configure do |c| c.include Beaker::RSpec::Helpers end describe 'my test' do it 'runs a command on the host' do result = on(default, 'echo hello') expect(result.stdout).to include('hello') end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
beaker-rspec — gem install beaker-rspec · libregistry