Skip to content

Commit

Permalink
WIP stub entries for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
aploshay committed Mar 30, 2024
1 parent 68b4a49 commit f855c33
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/controllers/archive_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require 'rails_helper'

RSpec.describe ArchiveController do
end
4 changes: 4 additions & 0 deletions spec/models/archive_file_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require 'rails_helper'

RSpec.describe ArchiveFile, type: :model do
end
4 changes: 4 additions & 0 deletions spec/models/archive_file_worker_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require 'rails_helper'

RSpec.describe ArchiveFileWorker, type: :model do
end
6 changes: 6 additions & 0 deletions spec/presenters/hyrax/ds_file_set_presenter_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

require 'rails_helper'

RSpec.describe Hyrax::DsFileSetPresenter do
end

0 comments on commit f855c33

Please sign in to comment.