payment_setting

This commit is contained in:
Moe Su
2017-06-08 17:57:29 +06:30
parent b57e24c076
commit 74b0550c30
46 changed files with 960 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
require "application_system_test_case"
class Settings::MembershipActionsTest < ApplicationSystemTestCase
# test "visiting the index" do
# visit settings_membership_actions_url
#
# assert_selector "h1", text: "Settings::MembershipAction"
# end
end