Moves Models into their own namespace - Ref #1315
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
describe WPScan::Media do
|
||||
describe WPScan::Model::Media do
|
||||
subject(:media) { described_class.new(url) }
|
||||
let(:url) { 'http://e.oeg/?attachment_id=2' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user