blob: b77570a2718fb51ee83c555bb880616ba83a3191 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe AdminTrackController, "when administering tracks" do
it "shows the index page" do
get :index
end
end
|