forked from External/greenlight
14 lines
254 B
Ruby
14 lines
254 B
Ruby
require 'test_helper'
|
|
|
|
class BbbControllerTest < ActionController::TestCase
|
|
# test "should get join" do
|
|
# get :join
|
|
# assert_response :success
|
|
# end
|
|
#
|
|
# test "should get end" do
|
|
# get :close
|
|
# assert_response :success
|
|
# end
|
|
end
|