Skip to content

Commit

Permalink
Test Redhat network provider
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonaKaplan committed Oct 3, 2017
1 parent 01b7fd3 commit 256122d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/controllers/cloud_subnet_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe CloudSubnetController do
include_examples :shared_examples_for_cloud_subnet_controller, %w(openstack azure google amazon)
include_examples :shared_examples_for_cloud_subnet_controller, %w(openstack azure google amazon redhat)

context "#tags_edit" do
let!(:user) { stub_user(:features => :all) }
Expand Down
2 changes: 1 addition & 1 deletion spec/controllers/ems_network_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe EmsNetworkController do
include_examples :shared_examples_for_ems_network_controller, %w(openstack azure google amazon)
include_examples :shared_examples_for_ems_network_controller, %w(openstack azure google amazon redhat)

it_behaves_like "controller with custom buttons"
end
2 changes: 1 addition & 1 deletion spec/controllers/network_port_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
describe NetworkPortController do
include_examples :shared_examples_for_network_port_controller, %w(openstack azure google amazon)
include_examples :shared_examples_for_network_port_controller, %w(openstack azure google amazon redhat)
end

0 comments on commit 256122d

Please sign in to comment.