FINALLY fix the last of the tests

Sorry for the stupidity.
bug/bundler_fix
OJ 2016-11-05 06:20:43 +10:00
parent 3bc6808278
commit d751c43f52
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ RSpec.shared_examples_for 'Msf::DBManager::Session' do
it { expect(subject.last_seen).to be_within(1.second).of(Time.now.utc) }
it { expect(subject.local_id).to eq(session.sid) }
it { expect(subject.opened_at).to be_within(1.second).of(Time.now.utc) }
it { expect(subject.platform).to eq(session.platform) }
it { expect(subject.platform).to eq(session.session_type) }
it { expect(subject.routes).to eq([]) }
it { expect(subject.stype).to eq(session.type) }
it { expect(subject.via_payload).to eq(session.via_payload) }