public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
octopod (author)
Sat Jan 05 13:04:38 -0800 2008
technoweenie (committer)
Sat Feb 02 14:18:05 -0800 2008
commit  1ea0042daa461e7d36f8367740ec8a36d2fc3e0e
tree    57a4abb3b3d2249f733a30577031ddd4bb2aea9d
parent  badeb2d4e4e49a389091ba7bcd44c49ca9c88684
mephisto / script / spec
100644 4 lines (4 sloc) 0.224 kb
1
2
3
4
#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../vendor/plugins/rspec/lib"))
require 'spec'
exit ::Spec::Runner::CommandLine.run(::Spec::Runner::OptionParser.parse(ARGV, STDERR, STDOUT))