r g steak:spec users

This commit is contained in:
Akira Matsuda 2011-02-07 22:37:31 +09:00
parent e9361b44cf
commit 0a06feeb97
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
require File.expand_path(File.dirname(__FILE__) + '/acceptance_helper')
feature "Users", %q{
In order to ...
As a ...
I want to ...
} do
scenario "Scenario name" do
true.should == true
end
end