2020-06-04 20:08:38 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require 'spec_helper'
|
|
|
|
|
2020-06-26 05:08:59 -04:00
|
|
|
RSpec.describe SubscribableBannerHelper do
|
2020-06-04 20:08:38 -04:00
|
|
|
describe '#display_subscription_banner!' do
|
|
|
|
it 'is over-written in EE' do
|
|
|
|
expect { helper.display_subscription_banner! }.not_to raise_error
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|