Moves Models into their own namespace - Ref #1315
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
shared_examples 'App::Views::Enumeration::Themes' do
|
||||
let(:view) { 'themes' }
|
||||
let(:plugin) { WPScan::Theme }
|
||||
let(:plugin) { WPScan::Model::Theme }
|
||||
|
||||
describe 'themes' do
|
||||
context 'when no themes found' do
|
||||
|
||||
Reference in New Issue
Block a user