projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make error_message spit out the message text to the user as well as
[rails.git]
/
vendor
/
gems
/
rspec-1.1.2
/
spec
/
rspec_suite.rb
1
if __FILE__ == $0
2
dir = File.dirname(__FILE__)
3
Dir["#{dir}/**/*_spec.rb"].each do |file|
4
# puts "require '#{file}'"
5
require file
6
end
7
end