mirror of
https://github.com/discourse/discourse-user-card-directory.git
synced 2025-06-25 07:52:10 +00:00
DEV: Add system spec to check core features are working fine (#53)
This commit is contained in:
parent
b803d64e51
commit
d6bb016b17
7
spec/system/core_features_spec.rb
Normal file
7
spec/system/core_features_spec.rb
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
RSpec.describe "Core features", type: :system do
|
||||||
|
before { upload_theme_or_component }
|
||||||
|
|
||||||
|
it_behaves_like "having working core features"
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user