diff options
Diffstat (limited to 'test/Rakefile')
-rw-r--r-- | test/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rakefile b/test/Rakefile index 586f646..c449fad 100644 --- a/test/Rakefile +++ b/test/Rakefile @@ -14,7 +14,7 @@ OBJ = 'test' -RB_FILES = FileList['src/*.rb'] +RB_FILES = FileList['src/**/*.rb'] task :build do rb_files = RB_FILES.inject('') {_1 + "#{_2} "} |