Skip to content

Commit

Permalink
Merge pull request ManageIQ#11795 from imtayadeway/api/pending-tests
Browse files Browse the repository at this point in the history
Don't run the pending blueprints specs
  • Loading branch information
abellotti committed Oct 10, 2016
2 parents b6e3cd2 + 7f4df01 commit b451a77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/requests/api/blueprints_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@
expect(response).to have_http_status(:forbidden)
end

it "can publish multiple blueprints" do
pending("update to Blueprint#publish")
xit "can publish multiple blueprints" do
blueprint1, blueprint2 = FactoryGirl.create_list(:blueprint, 2)

api_basic_authorize collection_action_identifier(:blueprints, :publish)
Expand Down Expand Up @@ -247,8 +246,7 @@
expect(response).to have_http_status(:forbidden)
end

it "publishes a single blueprint" do
pending("update to Blueprint#publish")
xit "publishes a single blueprint" do
blueprint = FactoryGirl.create(:blueprint)
api_basic_authorize action_identifier(:blueprints, :publish)

Expand Down

0 comments on commit b451a77

Please sign in to comment.