summaryrefslogtreecommitdiff
path: root/spec/helpers/namespace_storage_limit_alert_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/namespace_storage_limit_alert_helper_spec.rb')
-rw-r--r--spec/helpers/namespace_storage_limit_alert_helper_spec.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/helpers/namespace_storage_limit_alert_helper_spec.rb b/spec/helpers/namespace_storage_limit_alert_helper_spec.rb
new file mode 100644
index 00000000000..ab3cf96edef
--- /dev/null
+++ b/spec/helpers/namespace_storage_limit_alert_helper_spec.rb
@@ -0,0 +1,11 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe NamespaceStorageLimitAlertHelper do
+ describe '#display_namespace_storage_limit_alert!' do
+ it 'is defined in CE' do
+ expect { helper.display_namespace_storage_limit_alert! }.not_to raise_error
+ end
+ end
+end