mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
168 B
Ruby
10 lines
168 B
Ruby
require 'test_helper'
|
|
|
|
class LabControllerTest < ActionController::TestCase
|
|
# test "should get babel" do
|
|
# get :babel
|
|
# assert_response :success
|
|
# end
|
|
|
|
end
|