Topup payment

This commit is contained in:
Moe Su
2018-03-16 17:50:45 +06:30
parent b65849a11a
commit aa8e795d45
18 changed files with 461 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
require 'rails_helper'
RSpec.describe Origami::PaymalController, type: :controller do
describe "GET #index" do
it "returns http success" do
get :index
expect(response).to have_http_status(:success)
end
end
end