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/spec/rails_suite.rb
| 7 lines
| 154 B
| text/x-ruby
| RubyLexer
|
|
r60 | dir = File.dirname(__FILE__) | ||
Dir["#{dir}/**/*_example.rb"].each do |file| | ||||
require file | ||||
end | ||||
Dir["#{dir}/**/*_spec.rb"].each do |file| | ||||
require file | ||||
end | ||||