Registry / testing / steak
library2.0.0rbrubygemsunverified

Steak is a minimal extension of RSpec-Rails that adds several conveniences to do acceptance testing of Rails applications using Capybara, serving as an alternative to Cucumber in plain Ruby.

gem install steak
INSTALL
IMPORT
SIG · STEAK
S
steak
testingrubyv2.0.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.

Steak
require 'steak'

Basic acceptance test using Steak with Capybara

require 'steak' require 'spec_helper' describe 'My feature' do it 'works' do visit '/' page.should have_content('Hello') end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
steak — gem install steak · libregistry