outsourced tracklists to partial + finally fixed autoloading 'lib' path

This commit is contained in:
Thomas Buchöster
2011-05-12 01:12:07 +02:00
parent ef539e2450
commit b62e22fcfe
10 changed files with 76 additions and 71 deletions
@@ -0,0 +1,9 @@
require 'test_helper'
class TracksControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class TracksHelperTest < ActionView::TestCase
end