initial work done. Have failing example feauture and main config module done.

This commit is contained in:
Ben Mabey 2009-03-01 01:45:58 -07:00
parent 00299245c8
commit 13a59fc3af
14 changed files with 189 additions and 9 deletions

View file

@ -0,0 +1,8 @@
When /^I create a widget$/ do
Widget.create!
end
Then /^I should see 1 widget$/ do
Widget.count.should == 1
end