Show More
Commit Description:
adjusted partial counter...
Commit Description:
adjusted partial counter
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@279 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/rspec_on_rails/stories/steps/people.rb
| 7 lines
| 166 B
| text/x-ruby
| RubyLexer
|
|
r60 | steps_for :people do | |
When "I add a Person" do | |||
Person.create!(:name => "Foo") | |||
end | |||
Then "there should be one person" do | |||
Person.count.should == 1 | |||
end | |||
end |