Maintenance: GMail skip without present ENVs does not work because channel is created before.
This commit is contained in:
parent
2ffca390a9
commit
47a46fb6fb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
RSpec.describe 'Gmail XOAUTH2' do # rubocop:disable RSpec/DescribeClass
|
RSpec.describe 'Gmail XOAUTH2' do # rubocop:disable RSpec/DescribeClass
|
||||||
let!(:channel) do
|
let(:channel) do
|
||||||
create(:channel,
|
create(:channel,
|
||||||
area: 'Google::Account',
|
area: 'Google::Account',
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Reference in a new issue