forked from External/greenlight
add basic tests
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
module BbbApi
|
||||
def bbb_endpoint
|
||||
Rails.configuration.bigbluebutton_endpoint
|
||||
Rails.configuration.bigbluebutton_endpoint || ''
|
||||
end
|
||||
|
||||
def bbb_secret
|
||||
Rails.configuration.bigbluebutton_secret
|
||||
Rails.configuration.bigbluebutton_secret || ''
|
||||
end
|
||||
|
||||
def bbb
|
||||
|
Reference in New Issue
Block a user