9 lines
127 B
Ruby
9 lines
127 B
Ruby
require 'rails_helper'
|
|
|
|
describe EmailDigest do
|
|
|
|
describe "create" do
|
|
pending "only send unread notifications"
|
|
end
|
|
|
|
end |