2013-03-29 63 views

回答

0

只需將它放在背景部分中的給定塊中即可。

例如

Background: 
    Given I have an item that exists 

Given /^I have and item that exists$/ do 
    Item.create!(item_name: 'Name') 
end 

希望這會有所幫助。

+0

哦,好主意 –