docbrown/spec/models/credit_spec.rb
Ben Halpern 78138532c8
Classified Listings (#2545)
* Initial classified listings work

* More work on tags

* Additional work finalizing stripe and getting the listings page along

* Finalize-ish listings 🤞
2019-04-24 16:17:01 -04:00

5 lines
124 B
Ruby

require 'rails_helper'
RSpec.describe Credit, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end