Require spec_helper

bug/bundler_fix
jvazquez-r7 2014-12-09 16:52:37 -06:00
parent b84840a596
commit 24715bf78d
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# -*- coding:binary -*-
require 'spec_helper'
require 'rex/proto/kerberos'
describe Rex::Proto::Kerberos::Model::Field::KdcRequestBody do

View File

@ -1,3 +1,6 @@
# -*- coding:binary -*-
require 'spec_helper'
require 'rex/proto/kerberos'
describe Rex::Proto::Kerberos::Model::Type::EncryptedData do

View File

@ -1,3 +1,6 @@
# -*- coding:binary -*-
require 'spec_helper'
require 'rex/proto/kerberos'
describe Rex::Proto::Kerberos::Model::Type::PrincipalName do