mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 00:27:48 +01:00
6 lines
133 B
Ruby
6 lines
133 B
Ruby
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe Subscription, :type => :model do
|
||
|
pending "add some examples to (or delete) #{__FILE__}"
|
||
|
end
|