We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15652bc commit 057faceCopy full SHA for 057face
spec/support/shared/examples/msf/module_manager/cache.rb
@@ -410,7 +410,6 @@ 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_within(10.seconds).of(pathname_modification_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