aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/admin_track_controller_spec.rb
blob: d29db496613b15de3837c4590d269cefffd41bc3 (plain)
1
2
3
4
5
6
7
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