Show More
Commit Description:
[web] fix nil problem in various place, some styling...
Commit Description:
[web] fix nil problem in various place, some styling
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@259 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
vendor/plugins/rspec_on_rails/stories/all.rb
| 9 lines
| 412 B
| text/x-ruby
| RubyLexer
|
|
r60 | require File.join(File.dirname(__FILE__), *%w[helper]) | |
require File.join(File.dirname(__FILE__), *%w[steps people]) | |||
# Run transactions_should_rollback in Ruby | |||
require File.join(File.dirname(__FILE__), *%w[transactions_should_rollback]) | |||
# Run transactions_should_rollback in Plain Text | |||
with_steps_for :people do | |||
run File.join(File.dirname(__FILE__), *%w[transactions_should_rollback]), :type => RailsStory | |||
end |