Files
9minutes/test/functional/sidebar_controller_test.rb
T
2011-06-08 03:16:17 +02:00

10 lines
164 B
Ruby

require 'test_helper'
class SidebarControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end