Skip to content

Commit

Permalink
Merge pull request #795 from datacite/cleanup
Browse files Browse the repository at this point in the history
Minor mods.
  • Loading branch information
svogt0511 authored Apr 1, 2022
2 parents d8eb93d + 03bcd73 commit c1281db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ DEPENDENCIES
graphql-cache (~> 0.6.0)
graphql-errors (~> 0.4.0)
hashdiff (>= 1.0.0.beta1, < 2.0.0)
hashid-rails
hashid-rails (~> 1.4)
iso-639 (~> 0.3.5)
iso8601 (~> 0.9.0)
jsonlint (~> 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/models/reference_repository_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

require "rails_helper"

RSpec.describe ReferenceRepository, type: :model do
RSpec.describe "ReferenceRepository", type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

0 comments on commit c1281db

Please sign in to comment.