We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057face commit 56f6020Copy full SHA for 56f6020
spec/support/shared/examples/msf/module_manager/cache.rb
@@ -410,6 +410,7 @@ def module_info_by_path_from_database!
410
module_info_by_path_from_database!
411
end
412
413
+ it { expect(subject[:modification_time]).to be_a(Time) }
414
it { expect(subject[:parent_path]).to eq(parent_path) }
415
it { expect(subject[:reference_name]).to eq(reference_name) }
416
it { expect(subject[:type]).to eq(type) }
0 commit comments