Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jun 5, 2018
1 parent 5acc3ec commit 076f5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/rbac/filterer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def combine_filtered_ids(user_filtered_ids, belongsto_filtered_ids, managed_filt
{
"ExtManagementSystem" => :ems_vmware,
"MiqAeDomain" => :miq_ae_domain,
# "MiqRequest" => :miq_request, # MiqRequest can't be instantuated, it is an abstract class
# "MiqRequest" => :miq_request, # MiqRequest can't be instantiated, it is an abstract class
"MiqRequestTask" => :miq_request_task,
"Provider" => :provider,
"Service" => :service,
Expand Down

0 comments on commit 076f5e8

Please sign in to comment.