notebook/test/controllers/lab_controller_test.rb
2017-05-01 15:35:03 +01:00

10 lines
160 B
Ruby

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