GRN-93: Fix for issue with excesive requests to LB (#447)

* Fix for issue with excesive requests to lb

* Fixed issue with rspec on users not passing when run alone

* Include dotenv in production
This commit is contained in:
Jesus Federico
2019-04-10 10:12:32 -04:00
committed by GitHub
parent c07cfd0d93
commit 2b0301da38
11 changed files with 17 additions and 10 deletions

View File

@ -19,7 +19,6 @@
FactoryBot.define do
factory :user do
password = Faker::Internet.password(8)
provider { %w(google twitter).sample }
uid { rand(10**8) }
name { Faker::Name.first_name }

View File

@ -17,6 +17,7 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
require "rails_helper"
require 'bigbluebutton_api'
describe User, type: :model do
before do