require 'rails_helper' RSpec.describe "Settings::PaymentMethodSettings", type: :request do describe "GET /settings_payment_method_settings" do it "works! (now write some real specs)" do get settings_payment_method_settings_path expect(response).to have_http_status(200) end end end