1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/spec/requests/settings/contacts/public_switches/create_spec.rb

8 lines
186 B
Ruby
Raw Normal View History

2020-04-10 00:37:23 -04:00
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe 'POST /settings/contacts/:contact_id/public_switch' do
pending "add some examples to (or delete) #{__FILE__}"
end