0
我正在使用rails in action,但我遇到了這種情況下的問題。黃瓜欄在行動書
Feature: Viewing projects
In order to assign tickets to a project
As a user
I want to be able to see a list of available projects
Scenario: Listing all projects
Given there is a project called "TextMate 2"
And I am on the homepage
When I follow "TextMate 2"
Then I should be on the project page for "TextMate 2"
我目前在寫黃瓜方案時遇到問題。這本書在黃瓜裏有點過時了。有誰知道一個博客或網站,修復黃瓜的修訂?我發現這一個,但它只在Chapter 3