jnunemaker / yardvote.com forked from collectiveidea/yardvote.com

Tracking political yard signs.

This URL has Read+Write access

yardvote.com / script / spec
100755 5 lines (4 sloc) 0.224 kb
1
2
3
4
5
#!/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))