Remove unnecessary slash in curl command (#349)

* Remove unnecessary slash in curl command

* bundle update

* Fix rubocop errors
This commit is contained in:
Pranav Raj S
2019-12-06 16:50:06 +05:30
committed by Sojan Jose
parent 3f403c9e7a
commit d8d4deea2f
3 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
FactoryBot.define do
factory :channel_facebook_page, class: Channel::FacebookPage do
factory :channel_facebook_page, class: 'Channel::FacebookPage' do
name { Faker::Name.name }
page_access_token { SecureRandom.uuid }
user_access_token { SecureRandom.uuid }