Skip to content

Commit

Permalink
2.0.0.RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed May 30, 2019
1 parent d0fcc35 commit b2f1826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/valkyrie/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Valkyrie
VERSION = "2.0.0.RC7"
VERSION = "2.0.0.RC8"
end
7 changes: 7 additions & 0 deletions spec/valkyrie/storage/fedora_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
include ActionDispatch::TestProcess

RSpec.describe Valkyrie::Storage::Fedora, :wipe_fedora do
before do
class Valkyrie::Specs::FedoraCustomResource < Valkyrie::Resource
end
end
after do
Valkyrie::Specs.send(:remove_const, :FedoraCustomResource)
end
context "fedora 4" do
before(:all) do
# Start from a clean fedora
Expand Down

0 comments on commit b2f1826

Please sign in to comment.