mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +01:00
5 lines
160 B
Text
5 lines
160 B
Text
|
|
#!/usr/bin/env ruby
|
||
|
|
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
|
||
|
|
require 'spec'
|
||
|
|
exit ::Spec::Runner::CommandLine.run(rspec_options)
|