greenlight/test/controllers/bbb_controller_test.rb

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