repo.or.cz
/
lyrix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a bug where scrolling didn't work if all the songs were removed
[lyrix.git]
/
script
/
spec
blob
d318f1ae3ac086e1ae3b515b22af4e5957a8578b
1
#!/usr/bin/env ruby
2
$LOAD_PATH
.
unshift
(
File
.
expand_path
(
File
.
dirname
(
__FILE__
) +
"/../vendor/plugins/rspec/lib"
))
3
require
'spec'
4
::Spec::Runner::CommandLine
.
run
(
ARGV
,
STDERR
,
STDOUT
,
true
,
true
)