changelog shortlog tags changeset manifest revisions annotate raw

stories/all.rb

changeset 17: 930559402bbe
author: moriq <moriq@moriq.com>
date: Mon Mar 10 10:14:24 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: generate rspec.
1dir = File.dirname(__FILE__)
2Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
3 require file
4end