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