mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 14:15:35 +08:00
5 lines
134 B
Ruby
5 lines
134 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe SearchRepository, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|