File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
support/shared/examples/msf/module Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Module
28
28
autoload :Platform , 'msf/core/module/platform'
29
29
autoload :PlatformList , 'msf/core/module/platform_list'
30
30
autoload :Privileged , 'msf/core/module/privileged'
31
- autoload :Rank , 'msf/core/module/rank '
31
+ autoload :Ranking , 'msf/core/module/ranking '
32
32
autoload :Reference , 'msf/core/module/reference'
33
33
autoload :Search , 'msf/core/module/search'
34
34
autoload :SiteReference , 'msf/core/module/reference'
@@ -47,7 +47,7 @@ class Module
47
47
include Msf ::Module ::Network
48
48
include Msf ::Module ::Options
49
49
include Msf ::Module ::Privileged
50
- include Msf ::Module ::Rank
50
+ include Msf ::Module ::Ranking
51
51
include Msf ::Module ::Search
52
52
include Msf ::Module ::Type
53
53
include Msf ::Module ::UI
Original file line number Diff line number Diff line change 1
- module Msf ::Module ::Rank
1
+ module Msf ::Module ::Ranking
2
2
extend ActiveSupport ::Concern
3
3
4
4
module ClassMethods
Original file line number Diff line number Diff line change 27
27
it_should_behave_like 'Msf::Module::Network'
28
28
it_should_behave_like 'Msf::Module::Options'
29
29
it_should_behave_like 'Msf::Module::Privileged'
30
- it_should_behave_like 'Msf::Module::Rank '
30
+ it_should_behave_like 'Msf::Module::Ranking '
31
31
it_should_behave_like 'Msf::Module::Search'
32
32
it_should_behave_like 'Msf::Module::Type'
33
33
it_should_behave_like 'Msf::Module::UI'
Original file line number Diff line number Diff line change 1
- shared_examples_for 'Msf::Module::Rank ' do
1
+ shared_examples_for 'Msf::Module::Ranking ' do
2
2
it { is_expected . to respond_to :rank }
3
3
it { is_expected . to respond_to :rank_to_h }
4
4
it { is_expected . to respond_to :rank_to_s }
You can’t perform that action at this time.
0 commit comments