Fixed a bug where scrolling didn't work if all the songs were removed
[lyrix.git] / script / spec
blobd318f1ae3ac086e1ae3b515b22af4e5957a8578b
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)