Skip to content

Commit

Permalink
Rubinius testing apparatus.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJoy committed Aug 22, 2012
1 parent 3b3b434 commit b1882bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@
/.idea/
.rvmrc
.bundle
/.rbx
8 changes: 8 additions & 0 deletions Rakefile
Expand Up @@ -47,3 +47,11 @@ namespace :yard do
end
end
task :clobber => :'yard:clobber'

namespace :rubinius do
task :clobber do
FileList["**/*.rbc"].each { |fname| FileUtils.rm_f(fname) }
FileList[".rbx/**/*"].each { |fname| FileUtils.rm_f(fname) }
end
end
task :clobber => :'rubinius:clobber'

0 comments on commit b1882bc

Please sign in to comment.