repo.or.cz
/
monkeycharger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Upgraded Rails and RSpec
[monkeycharger.git]
/
vendor
/
plugins
/
rspec
/
rspec_on_rails
/
spec
/
rails_suite.rb
blob
15effae1c339439879af179fe1ebe284a58a8f57
1
dir = File.dirname(__FILE__)
2
Dir["#{dir}/**/*_example.rb"].each do |file|
3
require file
4
end
5
Dir["#{dir}/**/*_spec.rb"].each do |file|
6
require file
7
end