payment api

This commit is contained in:
Min Zeya Phyo
2017-04-18 11:01:10 +06:30
parent 6a84a34a9f
commit dbad900cd4
30 changed files with 751 additions and 32 deletions

View File

@@ -0,0 +1,10 @@
require 'rails_helper'
RSpec.describe "Settings::Menus", type: :request do
describe "GET /settings_menus" do
it "works! (now write some real specs)" do
get settings_menus_path
expect(response).to have_http_status(200)
end
end
end