mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +01:00
10 lines
270 B
Ruby
10 lines
270 B
Ruby
|
|
$:.push File.join(File.dirname(__FILE__), *%w[.. .. .. lib])
|
||
|
|
require 'spec'
|
||
|
|
|
||
|
|
# Uncommenting next line will break the output story (no output!!)
|
||
|
|
# rspec_options
|
||
|
|
options = Spec::Runner::OptionParser.parse(
|
||
|
|
ARGV, $stderr, $stdout
|
||
|
|
)
|
||
|
|
Spec::Runner::CommandLine.run(options)
|