Displays the release date of the detected WP version

This commit is contained in:
erwanlr
2018-10-20 12:37:46 +01:00
parent 998951e629
commit 48dab90313
16 changed files with 29 additions and 7 deletions

View File

@@ -86,4 +86,10 @@ describe WPScan::WpVersion do
end
end
end
describe '#release_date' do
subject(:version) { described_class.new('3.8.1') }
its(:release_date) { should eql '2014-01-23' }
end
end