This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Run steps in console!
irb(World):001:0> Given 'I have entered 10 into the calculator'
=> [10]
irb(World):002:0> visit 'http://github.com/maiha/'
=> #<WWW::Mechanize::Page
{url #<URI::HTTP:0xb76b666c URL:http://github.com/maiha>}
...
irb(World):003:0> response.should contain('README')
=> true
Summary
Feature: Happy life with crb
Scenario: execute steps manually
Given prepare cucumber files
When use crb instead of cucumber!
Then execute steps as you like in irb
Scenario: enjoy webrat
Given prepare cucumber files
Or nothing required for just walking web sites
When just crb!
Then brose web sites as you like with webrat
Scenario: learn rspec
Given prepare cucumber files
When just crb!
Then enjoy rspec methods
Scenarios
Install
% gem install maiha-crb --source=http://gems.github.com/






