mirror of
https://github.com/discourse/discourse-math.git
synced 2025-06-29 02:32:10 +00:00
DEV: Add system spec to check core features are working fine (#106)
This commit is contained in:
parent
2e824298e7
commit
075fcf8193
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 { enable_current_plugin }
|
||||
|
||||
it_behaves_like "having working core features"
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user