2020-06-23 00:09:42 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require 'spec_helper'
|
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
RSpec.describe SubscribableBannerHelper do
|
2020-06-23 00:09:42 +05:30
|
|
|
describe '#display_subscription_banner!' do
|
|
|
|
it 'is over-written in EE' do
|
|
|
|
expect { helper.display_subscription_banner! }.not_to raise_error
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|