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