Guest User

Untitled

a guest
Oct 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. BASE = "/home/inohiro/Projects/rails_2_3_14/src/admin_rails306/spec/lib/"
  2.  
  3. Dir.glob( BASE + '*.rb' ) do |f|
  4. puts f
  5. system( 'rspec ' + f ).to_s
  6. end
Add Comment
Please, Sign In to add comment