Skip to content

Commit eee88f9

Browse files
author
Andrew Burns
committed
This spec is actually invalid now as we are directly changing this behavior
1 parent dc47b1a commit eee88f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/controllers/scim_rails/scim_users_controller_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
expect(user.random_attribute).to eq true
274274
end
275275

276-
it "ignores unconfigured params" do
276+
xit "ignores unconfigured params" do
277277
post :create, params: {
278278
name: {
279279
formattedName: "New User",
@@ -839,7 +839,7 @@
839839

840840
describe "delete" do
841841
let(:company) { create(:company) }
842-
842+
843843
context "when unauthorized" do
844844
before { delete :delete, params: { id: 1 } }
845845

@@ -881,7 +881,7 @@
881881

882882
it "returns :not_found for correct id but unauthorized company" do
883883
delete :delete, params: { id: unauthorized_id }
884-
884+
885885
expect(response.status).to eq(404)
886886
end
887887
end

0 commit comments

Comments
 (0)