mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 14:27:55 -05:00
moved payment options configuration out of settings.yml and into a model
This commit is contained in:
5
spec/models/payment_option_spec.rb
Normal file
5
spec/models/payment_option_spec.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe PaymentOption do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
||||
Reference in New Issue
Block a user