> Now is there any way to get the same output as with "-f s" ? I took a look at the source, and answered my own question: require 'spec' ARGV.unshift("-f", "s") Not the most elegant approach, but it seems to work so far. Wayne