aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/admin_track_controller_spec.rb
blob: 728c79f1fdf781e7f4d0a590b90f9e5cdba64e7e (plain)
1
2
3
4
5
6
7
8
9
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe AdminTrackController, "when administering tracks" do
    integrate_views
  
    it "shows the list page" do
        get :list
    end
end